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 75aafac commit e261c69Copy full SHA for e261c69
Dockerfile
@@ -1,6 +1,8 @@
1
ARG PYTHON_VERSION=3.12
2
3
-FROM alpine/git as clone
+FROM alpine as clone
4
+
5
+RUN apk add git
6
7
ARG GIT_REPO="TempProgram"
8
ARG GIT_OWNER=PythonCoderAS
0 commit comments