mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 10:08:52 +00:00
Add aufs-tools to the dind supervisor for use when running on aufs
Change-Type: patch
This commit is contained in:
parent
0799fc1173
commit
67b022e434
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user