I have a Dockerfile which is running LDAP:
FROM openjdk:8u111-jre-alpine MAINTAINER My Name "name@example.com" EXPOSE 10389 RUN apk add --no-cach