Skip to content

Commit 524409f

Browse files
committed
Update Dockerfile
1 parent 6304ae8 commit 524409f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.9
22

3+
RUN apt-get update && apt-get install -y zip
4+
35
WORKDIR /app
46

57
COPY requirements.txt requirements.txt

0 commit comments

Comments
 (0)