authelia/internal/suites/example/compose/samba/Dockerfile
renovate[bot] cc1ecafc1c
build(deps): update alpine docker tag to v3.14.1 (#2262)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-07 06:48:15 +10:00

12 lines
152 B
Docker

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