Files
nextcloud/docker/smblient.Dockerfile

2 lines
77 B
Docker

FROM nextcloud:25.0
RUN apt update;apt install -y smbclient libsmbclient-dev;