mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 12:53:54 +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/*
|