1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-07 16:30:51 +02:00
docker-nextcloud/.examples/dockerfiles/smb/apache/Dockerfile

4 lines
105 B
Docker
Raw Normal View History

FROM nextcloud:apache
2017-07-12 14:08:20 +02:00
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*