diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-10-19 12:02:03 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-10-19 12:02:03 +0800 |
commit | ffe10e8179d088334ea1aab4acfef21886989e98 (patch) | |
tree | 2254ac762e707e21b79b651616fe435896cae6c5 /debian8-onbuild/Dockerfile | |
parent | 873a4b535c20b03d42cc9d30caae1c7dd6c5a7d6 (diff) | |
download | docker-ansible-ffe10e8179d088334ea1aab4acfef21886989e98.tar.gz docker-ansible-ffe10e8179d088334ea1aab4acfef21886989e98.tar.zst docker-ansible-ffe10e8179d088334ea1aab4acfef21886989e98.zip |
Fix: keep "curl" for Debian 7/8 series.
Credit: https://github.com/William-Yeh/docker-ansible/pull/5
Diffstat (limited to 'debian8-onbuild/Dockerfile')
-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..." && \ |