Commit 8b31215a authored by Marvin's avatar Marvin Committed by GitHub

fixed prefix

parent ce396f8f
...@@ -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 \
\ \
......
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