We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbd2cf + 70d0676 commit 3ac6c6cCopy full SHA for 3ac6c6c
2 files changed
Dockerfile
@@ -1,7 +1,10 @@
1
-FROM python:3.5.2
+FROM python:3.6
2
ENV PYTHONUNBUFFERED 1
3
4
-RUN apt-get update && apt-get install -y libmemcached-dev
+
5
+RUN apt-get update
6
+RUN apt-key update
7
+RUN apt-get install --yes libmemcached-dev
8
9
COPY . /app
10
COPY production.ini-TEMPLATE /app/config.ini
Dockerfile-dev
COPY development.ini-TEMPLATE /app/config.ini
0 commit comments