diff options
Diffstat (limited to 'debian8-onbuild')
-rw-r--r-- | debian8-onbuild/Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian8-onbuild/Dockerfile b/debian8-onbuild/Dockerfile index 65794be..573e498 100644 --- a/debian8-onbuild/Dockerfile +++ b/debian8-onbuild/Dockerfile | |||
@@ -24,10 +24,10 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \ | |||
24 | pip install ansible && \ | 24 | pip install ansible && \ |
25 | \ | 25 | \ |
26 | \ | 26 | \ |
27 | echo "===> Removing unused APT resources..." && \ | 27 | echo "===> Removing unused APT resources..." && \ |
28 | apt-get -f -y --auto-remove remove curl gcc python-pip python-dev && \ | 28 | apt-get -f -y --auto-remove remove gcc python-pip python-dev && \ |
29 | apt-get clean && \ | 29 | apt-get clean && \ |
30 | rm -rf /var/lib/apt/lists/* /tmp/* && \ | 30 | rm -rf /var/lib/apt/lists/* /tmp/* && \ |
31 | \ | 31 | \ |
32 | \ | 32 | \ |
33 | echo "===> Adding hosts for convenience..." && \ | 33 | echo "===> Adding hosts for convenience..." && \ |