1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-28 04:00:51 +02:00
docker-nextcloud/.examples/Dockerfile.smb
2017-03-14 16:54:50 +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/*