Skip to content

Commit 15e488c

Browse files
authored
build: don't update image prior to jq install (#5)
1 parent 53ce76c commit 15e488c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM amazon/aws-cli:2.11.4
33
COPY deploy.sh /deploy.sh
44

55
# Get tools needed for packaging
6-
RUN yum update -y && \
7-
yum install -y jq && \
6+
RUN yum install -y jq && \
87
yum clean all && \
98
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)