initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM nextcloud:latest
|
||||
|
||||
# Install smbclient and required dependencies
|
||||
RUN set -x && apt-get update \
|
||||
# PHP Module smbclient
|
||||
&& apt-get install -y smbclient libsmbclient-dev \
|
||||
&& pecl install smbclient \
|
||||
&& docker-php-ext-enable smbclient \
|
||||
# ffmpeg
|
||||
&& apt-get install -y ffmpeg \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user