mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
5b9a40d46a
Co-authored-by: Renovate Bot <bot@renovateapp.com>
12 lines
152 B
Docker
12 lines
152 B
Docker
FROM alpine:3.16.0
|
|
|
|
RUN \
|
|
apk add --no-cache \
|
|
bash \
|
|
krb5 \
|
|
openldap-clients \
|
|
samba-dc \
|
|
supervisor
|
|
|
|
ADD init.sh /init.sh
|
|
CMD /init.sh setup |