Files
nextcloud/Dockerfile
Roman Vaníček 0b56e301d0
All checks were successful
continuous-integration/drone Build is passing
update to nextcloud 27
2023-06-27 08:31:25 +00:00

3 lines
107 B
Docker

FROM nextcloud:27
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*