7 lines
173 B
Plaintext
Executable File
7 lines
173 B
Plaintext
Executable File
FROM nextcloud:16-apache
|
|
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
|
|
|
#COPY php/errorlog.conf /usr/local/etc/php-fpm.d/errorlog.conf
|