Base cluster-dns on python:2.7-slim image

- 79 instead of 263 MB
- does not trigger the docker-pull freeze bug
This commit is contained in:
Dr. Stefan Schimanski 2015-11-06 10:38:05 +01:00
parent 1831a057f1
commit fe6559829a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:2.7
FROM python:2.7-slim
COPY . /dns-backend
WORKDIR /dns-backend

View File

@ -1,4 +1,4 @@
FROM python:2.7
FROM python:2.7-slim
RUN pip install requests