1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Remove workaround for Docker bug #2267 now that Docker has fixed this

Closes GH-155.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-16 16:45:26 +01:00
parent e77d34aedf
commit 19c2df66b3
5 changed files with 6 additions and 36 deletions

View File

@@ -30,12 +30,6 @@ ln -sf /bin/true /sbin/initctl
dpkg-divert --local --rename --add /usr/bin/ischroot
ln -sf /bin/true /usr/bin/ischroot
## Workaround https://github.com/dotcloud/docker/issues/2267,
## not being able to modify /etc/hosts.
mkdir -p /etc/workaround-docker-2267
ln -s /etc/workaround-docker-2267 /cte
cp /build/bin/workaround-docker-2267 /usr/bin/
## Install HTTPS support for APT.
$minimal_apt_get_install apt-transport-https ca-certificates