Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Aug 31, 2021
1 parent 887ab80 commit afdac95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Dockerfile

FROM opspresso/awscli
FROM amazon/aws-cli

# RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hub
RUN aws --version %% \
yum install -y bash curl python3 jq git file hub && \
yum clean all

ENTRYPOINT ["git"]
ADD run.py /run.py

ENTRYPOINT ["python3", "run.py"]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.4
v0.2.0

0 comments on commit afdac95

Please sign in to comment.