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:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:2.7
|
FROM python:2.7-slim
|
||||||
|
|
||||||
COPY . /dns-backend
|
COPY . /dns-backend
|
||||||
WORKDIR /dns-backend
|
WORKDIR /dns-backend
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:2.7
|
FROM python:2.7-slim
|
||||||
|
|
||||||
RUN pip install requests
|
RUN pip install requests
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user