Skip to content

Commit

Permalink
Move aws and awslocal to global install (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenie authored and whummer committed Feb 21, 2019
1 parent d8dc5ce commit 39d64ca
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 @@ -56,7 +56,7 @@ EXPOSE 4567-4584 8080
# install supervisor daemon & copy config file
ADD bin/supervisord.conf /etc/supervisord.conf

RUN pip install awscli awscli-local --upgrade --user
RUN pip install awscli awscli-local --upgrade

ADD bin/docker-entrypoint.sh /usr/local/bin/

Expand Down

0 comments on commit 39d64ca

Please sign in to comment.