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 4cfa2d8 commit 0ebbb5bCopy full SHA for 0ebbb5b
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM amazon/aws-cli:2.11.4
+FROM amazon/aws-cli:2.11.11
2
3
# Move files in for deployment & cleanup
4
COPY deploy.sh /deploy.sh
5
COPY cleanup.sh /cleanup.sh
6
7
# Get tools needed for packaging
8
-RUN yum update -y \
9
- && yum install -y zip unzip jq tar gzip \
10
- && yum clean all
+RUN yum install -y zip unzip jq tar gzip && \
+ yum clean all && \
+ rm -rf /var/cache/yum
0 commit comments