mirror of
https://github.com/nextcloud/docker.git
synced 2026-05-04 19:56:47 +02:00
4 lines
109 B
Docker
4 lines
109 B
Docker
FROM nextcloud:fpm
|
|
|
|
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
|