mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-17 02:09:46 +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 \
|
ifupdown \
|
||||||
rsync \
|
rsync \
|
||||||
dropbear \
|
dropbear \
|
||||||
|
aufs-tools \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV DOCKER_VERSION 1.10.3
|
ENV DOCKER_VERSION 1.10.3
|
||||||
|
Loading…
Reference in New Issue
Block a user