mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
88b80ac38f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
132 B
Docker
12 lines
132 B
Docker
FROM alpine:3.16.1
|
|
|
|
RUN \
|
|
apk add --no-cache \
|
|
bash \
|
|
krb5 \
|
|
openldap-clients \
|
|
samba-dc \
|
|
supervisor
|
|
|
|
CMD /init.sh setup
|