mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
Fixed typo in Dockerfile
This commit is contained in:
parent
a04f905a70
commit
1f62d673fb
@ -5,7 +5,7 @@
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
|
||||
RUN apk add --no-cache samba-common-tools samba-server \
|
||||
RUN apk add --no-cache samba-common-tools samba-server
|
||||
|
||||
COPY ./data/smb.conf /etc/samba/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user