Skip to content

Commit

Permalink
🐳 Update Dockerfile to keep libpq-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Nov 29, 2023
1 parent c691b4f commit 784ebcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ RUN npm install \

FROM public.ecr.aws/docker/library/python:3.11-alpine3.18 AS final

RUN apk add --no-cache --virtual .build-deps libpq-dev=15.5-r0 \
RUN apk add --no-cache --virtual .build-deps \
libffi-dev=3.4.4-r2 \
gcc=12.2.1_git20220924-r10 \
musl-dev=1.2.4-r2
musl-dev=1.2.4-r2 \
&& apk add --no-cache libpq-dev=15.5-r0

WORKDIR /controlpanel

Expand Down

0 comments on commit 784ebcc

Please sign in to comment.