mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Fix compatibility with latest Ubuntu 12.04 base image.
This commit is contained in:
parent
4a3569a9cb
commit
2ac41ee8ab
@ -1,3 +1,7 @@
|
|||||||
|
## 0.9.3 (release date: pending)
|
||||||
|
|
||||||
|
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.
|
||||||
|
|
||||||
## 0.9.2 (release date: 2013-12-11)
|
## 0.9.2 (release date: 2013-12-11)
|
||||||
|
|
||||||
* Fixed SFTP support. Thanks Joris van de Donk!
|
* Fixed SFTP support. Thanks Joris van de Donk!
|
||||||
|
|||||||
@ -14,7 +14,7 @@ $minimal_apt_get_install apt-transport-https
|
|||||||
## Fix some issues with APT packages.
|
## Fix some issues with APT packages.
|
||||||
## See https://github.com/dotcloud/docker/issues/1024
|
## See https://github.com/dotcloud/docker/issues/1024
|
||||||
dpkg-divert --local --rename --add /sbin/initctl
|
dpkg-divert --local --rename --add /sbin/initctl
|
||||||
ln -s /bin/true /sbin/initctl
|
ln -sf /bin/true /sbin/initctl
|
||||||
|
|
||||||
## Upgrade all packages.
|
## Upgrade all packages.
|
||||||
echo "initscripts hold" | dpkg --set-selections
|
echo "initscripts hold" | dpkg --set-selections
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user