Skip to content

Commit

Permalink
Fix apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Dec 25, 2017
1 parent cc8e288 commit 6cab4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN mkdir -p /srv/src/
RUN mkdir -p /srv/app
RUN mkdir -p /srv/src/telemeta

RUN apt-get update && apt-get install -y apt-transport-https
RUN apt-get install -y --force-yes mysql-client

ENV PYTHON_EGG_CACHE=/srv/.python-eggs
Expand Down

0 comments on commit 6cab4e5

Please sign in to comment.