Dockerfile udpate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
janic 2022-05-16 00:51:44 +02:00
parent a5eec6d673
commit 1a8889315d

View File

@ -1,4 +1,3 @@
ARG ARCH= ARG ARCH=
FROM nextcloud:latest FROM nextcloud:apache
RUN apt-get update; \ RUN apt-get update && apt-get install -y procps smbclient && rm -rf /var/lib/apt/lists/*
apt-get install smbclient -y -qq