diff --git a/Dockerfile b/Dockerfile
index 7ad9a65859a5342fdb4a41e1470f21a52930f7ae..3cf919f6c82455112311ac8313731e83078792d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,7 +42,10 @@ COPY etc/saslauthd.conf /etc/saslauthd.conf
 
 # Link default configuration path to customized paths
 RUN ln -s /usr/lib/slapd /usr/sbin/slapd \
-	&& ln -s /etc/ldap/sasl2/slapd.conf /usr/lib/sasl2/slapd.conf
+	&& ln -s /etc/ldap/sasl2/slapd.conf /usr/lib/sasl2/slapd.conf \
+	&& mkdir -p /artifacts/usr/lib \
+	&& ln -s /usr/lib/ldap /artifacts/usr/lib
+
 
 # Start up file
 COPY start.sh /start.sh