Add busybox-static

pull/220/head
Tilo Spannagel 8 years ago
parent 402d9424c5
commit 9d461d79de
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

@ -6,6 +6,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
busybox-static \
; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html

@ -6,6 +6,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
busybox-static \
; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html

@ -6,6 +6,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
busybox-static \
; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html

@ -6,6 +6,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
busybox-static \
; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html

@ -6,6 +6,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
rsync \
bzip2 \
busybox-static \
; \
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html

Loading…
Cancel
Save