mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 11:25: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:
parent
ceba099589
commit
31599f252a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
|||
rsync \
|
||||
bzip2 \
|
||||
busybox-static \
|
||||
procps \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue