We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b436b7 + 7b093ad commit 057d690Copy full SHA for 057d690
Dockerfile
@@ -1,7 +1,6 @@
1
-FROM python:3.12-alpine
+FROM python:3.12
2
3
ENV PYTHONUNBUFFERED=1
4
-RUN apk add --no-cache git openssh-client
5
RUN mkdir app
6
COPY . /app
7
RUN pip install --no-cache-dir /app
0 commit comments