summaryrefslogtreecommitdiffstats
path: root/12.0/fpm
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-01-12 14:08:12 +0100
committerTilo Spannagel <development@tilosp.de>2018-01-29 10:32:12 +0100
commit9d461d79de35c65dc06bf59a15be573cfa0962e5 (patch)
tree3ef1e56e38b54baa23ab9c5d62f7b503fbbd09dc /12.0/fpm
parent402d9424c5dc83e74746c02b261211c4baf3b8fe (diff)
Add busybox-static
Diffstat (limited to '12.0/fpm')
-rw-r--r--12.0/fpm/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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