1
0
Fork 0
This commit is contained in:
Massaki Archambault 2021-12-26 00:06:32 -05:00
parent 501696ea00
commit d25e59f713
1 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@ FROM nextcloud:22.2.3-apache
COPY supervisord/supervisord.conf /opt/supervisord.conf
# install cron
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg \
@ -10,12 +9,6 @@ RUN apt-get update \
procps \
smbclient \
supervisor \
libbz2-dev \
libc-client-dev \
libkrb5-dev \
libsmbclient-dev \
&& pecl install smbclient \
&& docker-php-ext-enable smbclient \
&& mkdir /var/log/supervisord /var/run/supervisord \
&& rm -rf /var/lib/apt/lists/*