6 lines
101 B
Text
6 lines
101 B
Text
|
FROM alpine:3.14
|
||
|
|
||
|
# ungleich certbot for https
|
||
|
|
||
|
RUN apk update && apk add openldap openldap-back-mdb
|