Skip to content

Commit

Permalink
Work around issue in the docker index
Browse files Browse the repository at this point in the history
The docker index is affected by
<moby/moby#6345 (comment)>.
This fix is an attempt at at temporary workaround and should be
reverted once the docker version behind the registry is updated at the
next release.
  • Loading branch information
Homme Zwaagstra committed Jul 31, 2014
1 parent bd89dc6 commit 3e16483
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ MAINTAINER Homme Zwaagstra <[email protected]>
# Ensure the package repository is up to date
RUN apt-get update -y

# Temporarily hack around a docker build issue. See
# <https://github.com/docker/docker/issues/6345#issuecomment-49245365>.
RUN ln -s -f /bin/true /usr/bin/chfn

# Install basic dependencies
RUN apt-get install -y \
apt-utils \
software-properties-common \
python-software-properties \
build-essential \
Expand Down

0 comments on commit 3e16483

Please sign in to comment.