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 6077239 commit 9796c54Copy full SHA for 9796c54
Dockerfile
@@ -19,8 +19,7 @@ FROM alpine:3.7
19
#RUN apt update
20
#RUN apt install python
21
# Add ca-certificates in case you need them
22
-#RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* && apk add python
23
-RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
+RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* && apk add python
24
# Set working directory
25
WORKDIR /root
26
#COPY hello.py /root/hello.py
0 commit comments