Skip to content

Commit cca6863

Browse files
committed
Add zip package
1 parent 66fc448 commit cca6863

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

3.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.6-slim
33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y \
55
wget=1.20.1-1.1 \
6+
zip=3.0-11+b1 \
67
unzip=6.0-23+deb10u1 \
78
git=1:2.20.1-2+deb10u3 \
89
nodejs=10.21.0~dfsg-1~deb10u1 \

3.7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.7-slim
33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y \
55
wget=1.20.1-1.1 \
6+
zip=3.0-11+b1 \
67
unzip=6.0-23+deb10u1 \
78
git=1:2.20.1-2+deb10u3 \
89
nodejs=10.21.0~dfsg-1~deb10u1 \

3.8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.8-slim
33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y \
55
wget=1.20.1-1.1 \
6+
zip=3.0-11+b1 \
67
unzip=6.0-23+deb10u1 \
78
git=1:2.20.1-2+deb10u3 \
89
nodejs=10.21.0~dfsg-1~deb10u1 \

test/build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
DOCKER_REPO=dnxsolutions/serverless-python
5-
DOCKER_TAG=dnx2
5+
DOCKER_TAG=dnx-local
66
IMAGE_NAME=${DOCKER_REPO}:${DOCKER_TAG}
77

88
if [ ${DOCKER_TAG} != "latest" ]

0 commit comments

Comments
 (0)