FROM nextcloud:30.0.0-apache RUN apt-get update && apt-get install -y smbclient && \ apt-get clean && rm -rf /var/lib/apt/lists/*