Add AWS CLI tool for downloading from s3
This commit is contained in:
parent
5f04c2c7f5
commit
948524b95e
|
@ -16,10 +16,14 @@ RUN yum install -y \
|
|||
traceroute \
|
||||
telnet \
|
||||
tcpdump \
|
||||
unzip \
|
||||
vim
|
||||
|
||||
#todo: nload, iperf, numademo
|
||||
|
||||
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip" \
|
||||
&& unzip awscliv2.zip && ./aws/install && rm -rf aws
|
||||
|
||||
COPY misc/tini-amd64.sha256sum /tmp/
|
||||
# Adding tini as PID 1 https://github.com/krallin/tini
|
||||
ARG TINI_VERSION=v0.19.0
|
||||
|
|
Loading…
Reference in New Issue