Do not verify cert in dev container

This commit is contained in:
sfigato 2020-08-23 21:31:23 +02:00
parent 2bc7f0b75f
commit 08c45b54f2

View File

@ -1,5 +1,7 @@
FROM alpine:3.7
ENV LDAPTLS_REQCERT=never
RUN apk add --no-cache \
openldap \
openldap-back-mdb \