mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
3 lines
112 B
Docker
3 lines
112 B
Docker
FROM nextcloud:fpm
|
|
|
|
RUN apt-get update -y && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
|