Skip to content

Commit e083533

Browse files
authored
Install zip (#122)
This is for convenience so customers can package their actions inside of the runtime.
1 parent d1c3d3f commit e083533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/python39Action/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ FROM python:3.9-buster
3838
# select the builder to use
3939
ARG GO_PROXY_BUILD_FROM=release
4040

41+
# install zip
42+
RUN apt-get update && apt-get install -y zip \
43+
&& rm -rf /var/lib/apt/lists/*
44+
4145
# Install common modules for python
4246
COPY requirements_common.txt requirements_common.txt
4347
COPY requirements.txt requirements.txt

0 commit comments

Comments
 (0)