mirror of
https://github.com/nextcloud/docker.git
synced 2026-04-20 21:21:52 +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/*
|