Add procps to smb examples (closes #557)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>pull/916/head
parent
d5ecc2149f
commit
23b1488788
@ -1,3 +1,3 @@
|
||||
FROM nextcloud:apache
|
||||
|
||||
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nextcloud:fpm-alpine
|
||||
|
||||
RUN apk add --no-cache samba-client
|
||||
RUN apk add --no-cache procps samba-client
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
FROM nextcloud:fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Loading…
Reference in new issue