File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- FROM alpine :3.23.2
1+ FROM python :3.13.11-alpine3.23
22
33ARG TARGETARCH
44
@@ -17,7 +17,6 @@ ENV PIP_NO_COMPILE=1 \
1717RUN chmod +x /bin/clean \
1818 && mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
1919 && apk add -u \
20- python3 python3-dev py3-wheel py3-setuptools py3-pip \
2120 libffi-dev libpq-dev openssl-dev openssl ca-certificates tzdata \
2221 && addgroup -g 10001 user \
2322 && adduser -u 10000 -S -s /bin/sh -G user user \
Original file line number Diff line number Diff line change 1- FROM alpine :3.23.2
1+ FROM python :3.13.11-alpine3.23
22
33ARG TARGETARCH
44
@@ -21,7 +21,6 @@ ENV PIP_NO_COMPILE=1 \
2121RUN chmod +x /bin/clean \
2222 && mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
2323 && apk add -u \
24- python3 python3-dev py3-wheel py3-setuptools py3-pip \
2524 libpq-dev libffi-dev openssl openssl-dev gettext ca-certificates tzdata \
2625 pango cairo cairo-gobject gdk-pixbuf dbus zopfli \
2726 xz tar gzip zip unzip lua lua-dev \
You can’t perform that action at this time.
0 commit comments