We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8e288 commit 6cab4e5Copy full SHA for 6cab4e5
1 file changed
Dockerfile
@@ -21,6 +21,7 @@ RUN mkdir -p /srv/src/
21
RUN mkdir -p /srv/app
22
RUN mkdir -p /srv/src/telemeta
23
24
+RUN apt-get update && apt-get install -y apt-transport-https
25
RUN apt-get install -y --force-yes mysql-client
26
27
ENV PYTHON_EGG_CACHE=/srv/.python-eggs
0 commit comments