mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 14:03:29 +01:00
4 lines
102 B
Text
4 lines
102 B
Text
|
FROM nextcloud:fpm
|
||
|
|
||
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|