Skip to content

Commit

Permalink
Merge branch 'devops' into HSP-6442-sormas-1-92-0
Browse files Browse the repository at this point in the history
  • Loading branch information
netzlink-sormas-bot committed Dec 6, 2023
2 parents 1843c15 + bd0b1e6 commit ab3818a
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 ab3818a

Please sign in to comment.