Skip to content

Commit 0ebbb5b

Browse files
authored
aws-cli 2.11.11 and no more "yum update" (#82)
* build: remove yum update during install of tools * build: jump to aws-cli 2.11.11
1 parent 4cfa2d8 commit 0ebbb5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM amazon/aws-cli:2.11.4
1+
FROM amazon/aws-cli:2.11.11
22

33
# Move files in for deployment & cleanup
44
COPY deploy.sh /deploy.sh
55
COPY cleanup.sh /cleanup.sh
66

77
# Get tools needed for packaging
8-
RUN yum update -y \
9-
&& yum install -y zip unzip jq tar gzip \
10-
&& yum clean all
8+
RUN yum install -y zip unzip jq tar gzip && \
9+
yum clean all && \
10+
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)