authelia/internal/suites/example/compose/samba/Dockerfile

12 lines
132 B
Docker
Raw Normal View History

FROM alpine:3.16.3
RUN \
apk add --no-cache \
bash \
krb5 \
openldap-clients \
samba-dc \
supervisor
CMD /init.sh setup