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

4 lines
112 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 procps smbclient && rm -rf /var/lib/apt/lists/*