Commit bb8f1685 authored by Marvin's avatar Marvin Committed by GitHub

disable lmdb backend which is not meant for production envs right now

parent 278da070
...@@ -52,7 +52,7 @@ RUN export samba_version=4.9.0 \ ...@@ -52,7 +52,7 @@ RUN export samba_version=4.9.0 \
&& rm samba-${samba_version}.tar.gz \ && rm samba-${samba_version}.tar.gz \
\ \
&& cd samba-${samba_version} \ && cd samba-${samba_version} \
&& ./configure --prefix=/ \ && ./configure --prefix=/ --without-ldb-lmdb \
&& 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