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 afeb6cc commit 5bada4aCopy full SHA for 5bada4a
Dockerfile
@@ -25,6 +25,11 @@ RUN apt update -y -q && apt upgrade -y -q && apt update -y -q && \
25
texinfo \
26
zlib1g-dev
27
28
+RUN cd /tmp && \
29
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
30
+ unzip awscliv2.zip && \
31
+ ./aws/install && \
32
+ rm -rf aws*
33
34
RUN mkdir -p /root
35
COPY build /root/
0 commit comments