mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-08 12:18:26 +01:00
3 lines
112 B
Docker
3 lines
112 B
Docker
FROM nextcloud:apache
|
|
|
|
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
|