0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 16:32:36 +02:00
nextcloud-docker/.examples/dockerfiles/smb/apache/Dockerfile
2017-09-27 13:29:03 +02:00

3 lines
105 B
Docker

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