Crontab must arrive after installation.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-19 22:11:24 +01:00
parent 96b480ee29
commit 77988a86b3

View File

@@ -18,7 +18,6 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
WORKGROUP=AD
COPY *.sh /
COPY crontab /etc
RUN apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -yqq --no-install-recommends install \
@@ -61,6 +60,7 @@ RUN apt-get -y update && \
COPY *.conf.j2 /root/
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY crontab /etc
VOLUME /etc/samba /var/lib/samba /etc/cups-persist