Correct installation of packages for samba.

This commit is contained in:
chsteinle
2021-11-24 10:31:11 +01:00
parent 9e98b78e78
commit 21b7192f2c

View File

@@ -6,7 +6,7 @@ ARG VERSION
RUN set -xe && \ RUN set -xe && \
apk add --no-cache \ apk add --no-cache \
samba-server \ samba-server \
samba-common-tools \ samba-common-tools
VOLUME /share VOLUME /share
VOLUME /etc/samba VOLUME /etc/samba