mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-10-03 14:19:18 +02:00
4 lines
102 B
Docker
4 lines
102 B
Docker
FROM nextcloud:fpm
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|