mirror of
https://github.com/nextcloud/docker.git
synced 2025-10-30 07:51:33 +01:00
3 lines
104 B
Docker
3 lines
104 B
Docker
FROM nextcloud:apache
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|