0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

Update Dockerfile

This commit is contained in:
satya 2020-07-24 17:14:25 +05:30 committed by GitHub
parent 476e60305b
commit 9e1143577d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
FROM nextcloud:fpm
RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
RUN apt-get update -y && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*