From 21b7192f2c1d73e87952f694722a7726735e6210 Mon Sep 17 00:00:00 2001 From: chsteinle Date: Wed, 24 Nov 2021 10:31:11 +0100 Subject: [PATCH] Correct installation of packages for samba. --- networking/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/Dockerfile b/networking/Dockerfile index 3196f9d..b40deba 100644 --- a/networking/Dockerfile +++ b/networking/Dockerfile @@ -6,7 +6,7 @@ ARG VERSION RUN set -xe && \ apk add --no-cache \ samba-server \ - samba-common-tools \ + samba-common-tools VOLUME /share VOLUME /etc/samba