diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index 6d025884..47d6d37d 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -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 diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile index 5483acf4..f336ac4c 100644 --- a/11.0/fpm/Dockerfile +++ b/11.0/fpm/Dockerfile @@ -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 diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile index d4edac22..72cdbb31 100644 --- a/12.0/apache/Dockerfile +++ b/12.0/apache/Dockerfile @@ -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 diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile index 0bb92dd2..7e45d565 100644 --- a/12.0/fpm/Dockerfile +++ b/12.0/fpm/Dockerfile @@ -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 diff --git a/Dockerfile.template b/Dockerfile.template index f0d8bc8d..1d9bf3ac 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -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