Skip to content

Commit

Permalink
Workaround for moby/moby#6345
Browse files Browse the repository at this point in the history
  • Loading branch information
md5 committed Aug 15, 2014
1 parent 5963a1a commit ed420ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM debian:jessie
MAINTAINER Mike Dillon <mike.dillon@synctree.com>

# XXX: Workaround for https://github.com/docker/docker/issues/6345
RUN ln -s -f /bin/true /usr/bin/chfn

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
Expand Down

0 comments on commit ed420ae

Please sign in to comment.