mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 20:05:09 +01:00
3 lines
105 B
Docker
3 lines
105 B
Docker
FROM nextcloud:apache
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|