We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6304ae8 commit 524409fCopy full SHA for 524409f
Dockerfile
@@ -1,5 +1,7 @@
1
FROM python:3.9
2
3
+RUN apt-get update && apt-get install -y zip
4
+
5
WORKDIR /app
6
7
COPY requirements.txt requirements.txt
0 commit comments