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 f677b5d commit f3730fdCopy full SHA for f3730fd
Dockerfile
@@ -0,0 +1,4 @@
1
+# docker build -f Dockerfile -t jsta/alpine_git_wget .
2
+FROM python:alpine3.21
3
+
4
+RUN apk add --no-cache git wget
0 commit comments