Dockerfile merge #249
This commit is contained in:
parent
19f8dc5399
commit
4417ef4eec
@ -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" && \
|
||||
|
@ -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" && \
|
||||
|
@ -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" && \
|
||||
|
Loading…
Reference in New Issue
Block a user