From e1cba1ccc3a33e53eff8f78c37dba75f92a2f17e Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Wed, 19 Apr 2017 17:09:40 +0200 Subject: [PATCH] move samba.sh to /usr/local/bin --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70504d2..6dd7c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \ echo '' >>/etc/samba/smb.conf && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* -COPY samba.sh /usr/bin/ +COPY samba.sh /usr/local/bin/ VOLUME ["/etc/samba"] diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5c6c99b..b19e284 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -25,7 +25,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \ echo '' >>/etc/samba/smb.conf && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* -COPY samba.sh /usr/bin/ +COPY samba.sh /usr/local/bin/ VOLUME ["/etc/samba"] diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 04fcf22..c9896de 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -25,7 +25,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \ echo '' >>/etc/samba/smb.conf && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* -COPY samba.sh /usr/bin/ +COPY samba.sh /usr/local/bin/ VOLUME ["/etc/samba"]