authelia/internal/suites/example/compose/samba/Dockerfile
Amir Zarrinkafsh 9861467831
ci: add integration container for samba and refactor duo (#3480)
This change utilises a specific integration container for the ActiveDirectory suite and simplifies the DuoPush suite.
2022-06-05 03:51:33 +10:00

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