FROM alpine:3 RUN apk add --update --no-cache \ bash \ nano \ curl \ bind-tools \ ca-certificates \ phpldapadmin RUN update-ca-certificates