FROM golang:1.7.3 RUN apt-get update \ && apt-get install -y libldap2-dev \ && rm -r /var/lib/apt/lists/*