Nextcloud modifications for new official image

darta 2021-12-09 08:32:48 +01:00
parent e4f3440705
commit 077e22f136
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
ARG IMG
FROM ${IMG}
RUN apk update
RUN set -ex; \
\
apk add --no-cache \
ffmpeg \
imagemagick \
procps \
samba-client \
supervisor \