Skip to content

Commit

Permalink
Merge pull request #24 from idrop/fix-dockerfile
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
idrop authored Feb 15, 2021
2 parents aabadc0 + 91bd288 commit 769cd32
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
@@ -1,6 +1,6 @@
FROM amazon/aws-cli:2.1.24
RUN yum install jq -y
COPY bin /opt/resource
RUN chmod +x /opt/resource/check /opt/resource/config /opt/resource/in /opt/resource/out
RUN chmod +x /opt/resource/check /opt/resource/in /opt/resource/out
RUN rm -rf /tmp/*
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 769cd32

Please sign in to comment.