Add docker.io in apt deps

This commit is contained in:
Petros Angelatos 2015-05-04 12:53:03 +01:00 committed by Pablo Carranza Velez
parent 7eefee77d0
commit 0ad68b6e47
4 changed files with 32 additions and 4 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/