mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2026-05-01 01:59:15 +02:00
4 lines
105 B
Docker
4 lines
105 B
Docker
FROM nextcloud:apache
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|