initial commit
This commit is contained in:
3
Dockerfile-apache-smb
Normal file
3
Dockerfile-apache-smb
Normal file
@@ -0,0 +1,3 @@
|
||||
ARG VERSION
|
||||
FROM nextcloud:$VERSION-apache
|
||||
RUN apt-get update && apt-get install -y procps smbclient libsmbclient-dev libmagickcore-6.q16-6-extra && pecl install smbclient && docker-php-ext-enable smbclient && rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user