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 d1c3d3f commit e083533Copy full SHA for e083533
core/python39Action/Dockerfile
@@ -38,6 +38,10 @@ FROM python:3.9-buster
38
# select the builder to use
39
ARG GO_PROXY_BUILD_FROM=release
40
41
+# install zip
42
+RUN apt-get update && apt-get install -y zip \
43
+ && rm -rf /var/lib/apt/lists/*
44
+
45
# Install common modules for python
46
COPY requirements_common.txt requirements_common.txt
47
COPY requirements.txt requirements.txt
0 commit comments