From 572ba865e2cb7abb7c4dc7b521b44df7680f6723 Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Sun, 13 Mar 2016 14:59:30 +0100 Subject: [PATCH] Remove ischroot workaround which is no longer needed --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc8acd5..17790ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,6 @@ RUN apt-get install -y bison build-essential flex git gnupg gperf libesd0-dev li RUN apt-get install -y ccache g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev RUN apt-get install -y tig rsync -# Workaround for apt-get upgrade issue described here: https://github.com/dotcloud/docker/issues/1724 -# If you still have problems with upgrading this image, you most likely use an outdated base image -RUN dpkg-divert --local --rename /usr/bin/ischroot && ln -sf /bin/true /usr/bin/ischroot - RUN apt-get -qqy upgrade RUN mkdir -p /home/cmbuild && useradd --no-create-home cmbuild && rsync -a /etc/skel/ /home/cmbuild/