Dockerfile copy updates to aarch64
This commit is contained in:
parent
73d97dc916
commit
ede06444a4
@ -4,7 +4,7 @@ MAINTAINER David Personette <dperson@gmail.com>
|
||||
# Install samba
|
||||
RUN export DEBIAN_FRONTEND='noninteractive' && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -qqy --no-install-recommends samba \
|
||||
apt-get install -qqy --no-install-recommends procps samba \
|
||||
$(apt-get -s dist-upgrade|awk '/^Inst.*ecurity/ {print $2}') &&\
|
||||
useradd -c 'Samba User' -d /tmp -M -r smbuser && \
|
||||
sed -i 's|^\( log file = \).*|\1/dev/stdout|' /etc/samba/smb.conf && \
|
||||
@ -28,6 +28,6 @@ COPY samba.sh /usr/bin/
|
||||
|
||||
VOLUME ["/etc/samba"]
|
||||
|
||||
EXPOSE 137 139 445
|
||||
EXPOSE 137/udp 138/udp 139 445
|
||||
|
||||
ENTRYPOINT ["samba.sh"]
|
Loading…
Reference in New Issue
Block a user