mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 14:36:36 +00:00
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:
commit
82dce6186d
@ -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…
x
Reference in New Issue
Block a user