Use any latest samba-dc package.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-17 08:46:32 +01:00
parent f72c022535
commit b800093b1d

View File

@@ -25,11 +25,11 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
WINBIND_USE_DEFAULT_DOMAIN=yes \
WORKGROUP=AD
ARG SAMBA_VERSION=4.16.7-r1
#ARG SAMBA_VERSION=4.16.7-r1
COPY *.conf.j2 /root/
COPY entrypoint.sh /usr/local/bin/
RUN apk add --update --no-cache krb5 ldb-tools samba-dc=$SAMBA_VERSION tdb \
RUN apk add --update --no-cache krb5 ldb-tools samba-dc tdb \
bind bind-libs bind-tools libcrypto1.1 libxml2 tzdata && \
chmod 0755 /usr/local/bin/entrypoint.sh