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 3f78587 commit f575c52Copy full SHA for f575c52
Dockerfile
@@ -22,7 +22,8 @@ RUN apk add --no-cache \
22
# Install AWS CLI
23
ADD https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip ./awscliv2.zip
24
25
-RUN unzip awscliv2.zip && \
+RUN apk add --no-cache groff=1.22.4-r1 less=563-r0 && \
26
+ unzip awscliv2.zip && \
27
./aws/install && \
28
# Clean up
29
rm -rf ./awscliv2.zip \
0 commit comments