Files
provisioning/dockerfiles/services/nextcloud/Dockerfile
richard d6806a673e switch sslproxy and fluentd to global service so each host runs one container.
build own image for letsencrypt, and tweek update job runtime.
2017-12-23 22:03:51 -05:00

5 lines
106 B
Docker

FROM nextcloud:latest
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*