Merge branch 'fix_nextcloud_img' into 'master'

Nextcloud modifications for new official image

See merge request isard/isard-apps!30
Josep Maria Viñolas Auquer 2021-12-09 07:43:02 +00:00
commit 9461b61cda
1 changed files with 1 additions and 1 deletions

View File

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