Skip to content

Commit

Permalink
Modified Dockerfile and Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ainzone committed Feb 21, 2024
1 parent 8fab3ec commit 12685bf
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 4,695 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
ARG CODE_VERSION=latest
ARG DEBIAN_FRONTEND=noninteractive
FROM postgres:${CODE_VERSION}
RUN apt-get update && apt-get install -y postgresql-plperl-15 dos2unix
RUN apt-get install -y postgresql-plpython3-15
RUN apt-get update
RUN apt-get install -y postgresql-plperl-16
RUN apt-get install -y dos2unix
RUN apt-get install -y postgresql-plpython3-16
ENV MONDIALDB mondial
ENV MONDIALUSER mondial
ENV USERPASSWORD admin
ENV USERPASSWORD mondial!
ENV POSTGRES_PASSWORD admin
WORKDIR /sql
COPY sql/*.sql /sql/
Expand Down
Binary file removed models/mondial_warehouse.png
Binary file not shown.
1,190 changes: 0 additions & 1,190 deletions models/mondial_warehouse.svg

This file was deleted.

31 changes: 0 additions & 31 deletions sql/mondial-nextgen/nxtgenmondialdb_data.sql

This file was deleted.

281 changes: 0 additions & 281 deletions sql/mondial-nextgen/nxtgenmondialdb_schema.sql

This file was deleted.

Loading

0 comments on commit 12685bf

Please sign in to comment.