Commit 24421fb3 authored by Marvin's avatar Marvin Committed by GitHub

Update Dockerfile

parent ebcb4381
...@@ -51,7 +51,7 @@ RUN export samba_version=4.6.2 \ ...@@ -51,7 +51,7 @@ RUN export samba_version=4.6.2 \
&& rm samba-${samba_version}.tar.gz \ && rm samba-${samba_version}.tar.gz \
\ \
&& cd samba-${samba_version} \ && cd samba-${samba_version} \
&& ./configure --prefix=/ \ && ./configure --prefix= \
&& make \ && make \
&& make install \ && make install \
\ \
...@@ -62,4 +62,4 @@ RUN export samba_version=4.6.2 \ ...@@ -62,4 +62,4 @@ RUN export samba_version=4.6.2 \
EXPOSE 139 445 EXPOSE 139 445
CMD [ "/sbin/smbd", "-F", "-S" ] CMD [ "smbd", "-F", "-S" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment