7 lines
247 B
Plaintext
Executable File
7 lines
247 B
Plaintext
Executable File
# see jenkinsfile for version to build
|
|
ARG NC_VERSION=17
|
|
FROM nextcloud:${NC_VERSION}-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 |