Add aufs-tools to the dind supervisor for use when running on aufs

Change-Type: patch
This commit is contained in:
Pagan Gazzard 2017-04-25 15:18:30 -07:00
parent 0799fc1173
commit 67b022e434

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