@@ -1,6 +1,6 @@
# Use osixia/light-baseimage
# sources: https://github.com/osixia/docker-light-baseimage
-FROM osixia/light-baseimage:1.3.2
+FROM osixia/light-baseimage:develop-dev
ARG OPENLDAP_PACKAGE_VERSION=2.4.57
@@ -24,7 +24,7 @@ for schema in ${SCHEMAS} ; do
echo "include ${schema}" >> convert.dat
done
-slaptest -f convert.dat -F .
+slaptest -f convert.dat -F . 2>&1 | log-helper debug
if [ $? -ne 0 ] ; then
log-helper error "slaptest conversion failed"