mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-18 12:03:53 +01:00
3 lines
102 B
Docker
3 lines
102 B
Docker
FROM nextcloud:fpm
|
|
|
|
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*
|