Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Tademnf committed Apr 6, 2020
1 parent 8541e5f commit 8efcf6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#-----------------------------------------#
# Using image from circleci
#-----------------------------------------#
FROM circleci/python

### Install dependent packages
RUN sudo pip install awscli ecs-deploy && \
sudo apt-get install -y jq gettext && \
aws --version

0 comments on commit 8efcf6e

Please sign in to comment.