nextcloud-smb/Dockerfiles/Dockerfile
janic 1a8889315d
All checks were successful
continuous-integration/drone/push Build is passing
Dockerfile udpate
2022-05-16 00:51:44 +02:00

3 lines
120 B
Docker

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