We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ce76c commit 15e488cCopy full SHA for 15e488c
Dockerfile
@@ -3,7 +3,6 @@ FROM amazon/aws-cli:2.11.4
3
COPY deploy.sh /deploy.sh
4
5
# Get tools needed for packaging
6
-RUN yum update -y && \
7
- yum install -y jq && \
+RUN yum install -y jq && \
8
yum clean all && \
9
rm -rf /var/cache/yum
0 commit comments