Remove libcrypto direct package.
Preparation for sysvol sync.
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user