1
0
mirror of https://github.com/nextcloud/docker.git synced 2025-10-29 15:31:15 +01:00
nextcloud_docker/examples/Dockerfile.smb
2017-03-13 20:48:51 +00:00

3 lines
104 B
Docker

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