Skip to content

Commit 5bada4a

Browse files
authored
download aws cli
1 parent afeb6cc commit 5bada4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ RUN apt update -y -q && apt upgrade -y -q && apt update -y -q && \
2525
texinfo \
2626
zlib1g-dev
2727

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*
2833

2934
RUN mkdir -p /root
3035
COPY build /root/

0 commit comments

Comments
 (0)