Files
provisioning/dockerfiles/services/nextcloud/Dockerfile
richard d778f68993 update nextcloud to v13
adjust the ddagent_source script to not block on starting or installing integration
2018-02-25 15:41:47 -05:00

5 lines
102 B
Docker

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