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 6116259 commit b511da2Copy full SHA for b511da2
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.15
2
3
RUN apk add --update \
4
- python \
+ python3 \
5
curl \
6
which \
7
bash
0 commit comments