Commit 67655c57 authored by Marvin's avatar Marvin Committed by GitHub

Merge pull request #32 from ServerContainers/4.9.0

added libtracker for timemachine support
parents 645f3ea3 4cc961b7
......@@ -36,6 +36,8 @@ RUN export samba_version=4.9.1 \
libjansson-dev \
libarchive-dev \
libgpgme11-dev \
libtracker-sparql-1.0-dev \
libtracker-miner-1.0-dev \
perl \
perl-modules \
pkg-config \
......@@ -56,7 +58,7 @@ RUN export samba_version=4.9.1 \
&& rm samba-${samba_version}.tar.gz \
\
&& cd samba-${samba_version} \
&& ./configure --prefix=/ --without-ldb-lmdb \
&& ./configure --prefix=/ --enable-spotlight --without-ldb-lmdb \
&& make \
&& 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