5 lines
179 B
Plaintext
Executable File
5 lines
179 B
Plaintext
Executable File
FROM nextcloud:16-apache
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|
|
|
|
RUN echo memory_limit=-1 > /usr/local/etc/php/conf.d/memory-limit.inis |