mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
2 lines
104 B
Text
2 lines
104 B
Text
FROM nextcloud:apache
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|