mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
Add docker.io in apt deps
This commit is contained in:
parent
7eefee77d0
commit
0ad68b6e47
@ -4,7 +4,14 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
||||
|
||||
# Supervisor apt dependencies
|
||||
RUN apt-get -q update \
|
||||
&& apt-get install -qqy socat supervisor rsync btrfs-tools jq --no-install-recommends \
|
||||
&& apt-get install -qqy \
|
||||
btrfs-tools \
|
||||
docker.io \
|
||||
jq \
|
||||
rsync \
|
||||
socat \
|
||||
supervisor \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
@ -4,7 +4,14 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
||||
|
||||
# Supervisor apt dependencies
|
||||
RUN apt-get -q update \
|
||||
&& apt-get install -qqy socat supervisor rsync btrfs-tools jq --no-install-recommends \
|
||||
&& apt-get install -qqy \
|
||||
btrfs-tools \
|
||||
docker.io \
|
||||
jq \
|
||||
rsync \
|
||||
socat \
|
||||
supervisor \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
@ -4,7 +4,14 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
||||
|
||||
# Supervisor apt dependencies
|
||||
RUN apt-get -q update \
|
||||
&& apt-get install -qqy socat supervisor rsync btrfs-tools jq --no-install-recommends \
|
||||
&& apt-get install -qqy \
|
||||
btrfs-tools \
|
||||
docker.io \
|
||||
jq \
|
||||
rsync \
|
||||
socat \
|
||||
supervisor \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
@ -4,7 +4,14 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
||||
|
||||
# Supervisor apt dependencies
|
||||
RUN apt-get -q update \
|
||||
&& apt-get install -qqy socat supervisor rsync btrfs-tools jq --no-install-recommends \
|
||||
&& apt-get install -qqy \
|
||||
btrfs-tools \
|
||||
docker.io \
|
||||
jq \
|
||||
rsync \
|
||||
socat \
|
||||
supervisor \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user