We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05ee71 commit cee098aCopy full SHA for cee098a
1 file changed
node-awscli/Dockerfile
@@ -3,7 +3,8 @@ FROM node:18.16.1
3
# zip
4
RUN set -e; \
5
apt-get update && \
6
- apt-get install -y zip && \
+ apt-get install -y --no-install-recommends \
7
+ zip=3.0-13 && \
8
rm -rf /var/lib/apt/lists/* && \
9
# aws
10
curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
0 commit comments