mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9861467831
This change utilises a specific integration container for the ActiveDirectory suite and simplifies the DuoPush suite.
12 lines
132 B
Docker
12 lines
132 B
Docker
FROM alpine:3.16.0
|
|
|
|
RUN \
|
|
apk add --no-cache \
|
|
bash \
|
|
krb5 \
|
|
openldap-clients \
|
|
samba-dc \
|
|
supervisor
|
|
|
|
CMD /init.sh setup
|