summaryrefslogtreecommitdiffstats
path: root/.examples/dockerfiles/smb/apache/Dockerfile
blob: 8ea3f7703c15529f7c7195f4736cf7e3518b37b5 (plain)
1
2
3
FROM nextcloud:apache

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