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