Skip to content

Commit

Permalink
docker: don't install build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ex4 committed Apr 28, 2024
1 parent 701e1a4 commit cd29707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine

RUN apk update && apk add --no-cache build-base bash sudo git gcc musl-dev jpeg-dev zlib-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev
RUN apk update && apk add --no-cache bash sudo git

RUN mkdir /app

Expand Down

0 comments on commit cd29707

Please sign in to comment.