Remove libcrypto direct package.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Preparation for sysvol sync.
This commit is contained in:
2023-07-24 09:09:05 +02:00
parent 100b127a29
commit f9bb1bbc4a

View File

@@ -21,14 +21,16 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
SERVER_STRING="Samba Domain Controller" \
TZ=UTC \
WINBIND_USE_DEFAULT_DOMAIN=yes \
WORKGROUP=AD
#ARG SAMBA_VERSION=4.16.7-r1
WORKGROUP=AD \
SYSVOL_DISABLE_SYNC=no \
SYSVOL_SSH_PORT=8322 \
SYSVOL_SSH_KEY_SECRET=samba-ssh-key \
SYSVOL_SSH_PUB_SECRET=samba-ssh-pub
COPY *.conf.j2 /root/
COPY entrypoint.sh /usr/local/bin/
RUN apk add --update --no-cache krb5 ldb-tools samba-dc tdb \
bind bind-libs bind-tools libcrypto1.1 libxml2 tzdata && \
bind bind-libs bind-tools libxml2 tzdata && \
chmod 0755 /usr/local/bin/entrypoint.sh
VOLUME /etc/samba /var/lib/samba