Skip to content

Commit

Permalink
Merge pull request #584 from SORMAS-Foundation/HSP-6442-sormas-1-92-0
Browse files Browse the repository at this point in the history
Hsp 6442 sormas 1 92 0
  • Loading branch information
jp-sgent authored Dec 6, 2023
2 parents 8fee770 + ab3818a commit cf3fc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM postgres:14.10-alpine
RUN apk update --no-cache && \
apk upgrade --no-cache && \
# this line below keeping fixed musl lib version is unnecessary under docker 20.10.3+ but musl-dev has to be normally included in apk add, then
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/main/ 'musl<1.2.2-r3' 'musl-dev<1.2.2-r3' && \
apk add --no-cache openssl curl tzdata py-pip python3-dev postgresql-dev postgresql-contrib make gcc py3-psutil
# apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.13/main/ 'musl<1.2.2-r3' 'musl-dev<1.2.2-r3' && \
apk add --no-cache openssl curl tzdata py-pip python3-dev postgresql-dev postgresql-contrib make gcc py3-psutil musl-dev


COPY psql.conf /etc/postgresql/postgresql.conf
Expand Down

0 comments on commit cf3fc73

Please sign in to comment.