Do not verify cert in dev container

refactor
blallo 2020-08-23 21:31:23 +02:00
parent 2bc7f0b75f
commit 08c45b54f2
1 changed files with 2 additions and 0 deletions

View File

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