Skip to content

Commit 218d6a1

Browse files
committed
[PPHA-182] Remove unused libraries in Dockerfile
1 parent a4f9089 commit 218d6a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
3232
PATH="/app/.venv/bin:$PATH" \
3333
USER=app
3434

35-
RUN apk add --no-cache \
36-
postgresql-libs \
37-
curl
38-
3935
RUN addgroup --gid 1000 --system ${USER} \
4036
&& adduser --uid 1000 --system ${USER} --ingroup ${USER}
4137

0 commit comments

Comments
 (0)