0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Add procps to be installed

Fixes errors generated when browsing external shares via smb.
Example: [28-Nov-2018 19:41:23] WARNING: [pool www] child 2243 said into stderr: "sh: 1: ps: not found"
This commit is contained in:
arnydo 2018-11-28 14:45:23 -05:00 committed by GitHub
parent ceba099589
commit 31599f252a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ RUN set -ex; \
rsync \ rsync \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
procps \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \