Merge pull request #428 from resin-io/dind-aufs-tools

Add aufs-tools to the dind supervisor for use when running on aufs
This commit is contained in:
Page- 2017-04-28 00:35:59 -07:00 committed by GitHub
commit 82dce6186d

View File

@ -8,6 +8,7 @@ RUN apt-get update \
ifupdown \
rsync \
dropbear \
aufs-tools \
&& rm -rf /var/lib/apt/lists/*
ENV DOCKER_VERSION 1.10.3