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

Merge pull request #30 from ServerContainers/4.9.0

4.9.0
parents 2f0d7734 23d0e790
...@@ -33,6 +33,9 @@ RUN export samba_version=4.9.0 \ ...@@ -33,6 +33,9 @@ RUN export samba_version=4.9.0 \
libparse-yapp-perl \ libparse-yapp-perl \
libpopt-dev \ libpopt-dev \
libreadline-dev \ libreadline-dev \
libjansson-dev \
libarchive-dev \
libgpgme11-dev \
perl \ perl \
perl-modules \ perl-modules \
pkg-config \ pkg-config \
...@@ -41,6 +44,7 @@ RUN export samba_version=4.9.0 \ ...@@ -41,6 +44,7 @@ RUN export samba_version=4.9.0 \
python-dev \ python-dev \
python-dnspython \ python-dnspython \
python-crypto \ python-crypto \
python-gpgme \
xsltproc \ xsltproc \
zlib1g-dev \ zlib1g-dev \
\ \
...@@ -52,7 +56,7 @@ RUN export samba_version=4.9.0 \ ...@@ -52,7 +56,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