Nextcloud modifications for new official image
parent
e4f3440705
commit
077e22f136
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue