Dockerfile merge #249

This commit is contained in:
David Personette 2019-10-30 16:31:26 -04:00
parent 19f8dc5399
commit 4417ef4eec
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER David Personette <dperson@gmail.com>
# Install samba
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash samba shadow tini && \
apk --no-cache --no-progress add bash samba shadow tini tzdata && \
addgroup -S smb && \
adduser -S -D -H -h /tmp -s /sbin/nologin -G smb -g 'Samba User' smbuser &&\
file="/etc/samba/smb.conf" && \

View File

@ -4,7 +4,7 @@ MAINTAINER David Personette <dperson@gmail.com>
# Install samba
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash samba shadow tini && \
apk --no-cache --no-progress add bash samba shadow tini tzdata && \
addgroup -S smb && \
adduser -S -D -H -h /tmp -s /sbin/nologin -G smb -g 'Samba User' smbuser &&\
file="/etc/samba/smb.conf" && \

View File

@ -4,7 +4,7 @@ MAINTAINER David Personette <dperson@gmail.com>
# Install samba
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash samba shadow tini && \
apk --no-cache --no-progress add bash samba shadow tini tzdata && \
addgroup -S smb && \
adduser -S -D -H -h /tmp -s /sbin/nologin -G smb -g 'Samba User' smbuser &&\
file="/etc/samba/smb.conf" && \