Skip to content

Commit

Permalink
Remove extra #
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Jan 20, 2023
1 parent 6bbbbf6 commit c1725c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk add --no-cache --update bash groff less jq yq
# Copy AWS Cli zip file
COPY --from=BUILD /tmp/awscli/dist/awscli-exe.zip /tmp/awscli.zip

# # Install AWS Cli
# Install AWS Cli
RUN unzip -q /tmp/awscli.zip -d /tmp && \
/tmp/aws/install && \
rm -rf /tmp/aws /tmp/awscli.zip
Expand Down

0 comments on commit c1725c2

Please sign in to comment.