File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM python:3.6-slim
33RUN 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 \
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM python:3.7-slim
33RUN 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 \
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ FROM python:3.8-slim
33RUN 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 \
Original file line number Diff line number Diff line change 22set -ex
33
44DOCKER_REPO=dnxsolutions/serverless-python
5- DOCKER_TAG=dnx2
5+ DOCKER_TAG=dnx-local
66IMAGE_NAME=${DOCKER_REPO} :${DOCKER_TAG}
77
88if [ ${DOCKER_TAG} != " latest" ]
You can’t perform that action at this time.
0 commit comments