We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf9d14 commit 364839dCopy full SHA for 364839d
Dockerfile
@@ -1,9 +1,10 @@
1
-FROM python:3.11-alpine
+FROM python:3.8-alpine
2
3
RUN set -eux; \
4
apk add --no-cache \
5
git \
6
gpg \
7
+ alpine-sdk \
8
bash \
9
;
10
COPY entrypoint.sh /entrypoint.sh
0 commit comments