File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM debian:bullseye-20230320 AS add-apt-repositories
22
33RUN apt-get update \
4- && DEBIAN_FRONTEND=noninteractive apt-get install -y systemctl gnupg ca-certificates apt-utils \
4+ && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg ca-certificates apt-utils \
55 && apt-get update \
66 && apt-key adv --fetch-keys https://webmin.com/jcameron-key.asc \
77 && echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
@@ -23,7 +23,7 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes \
2323 && apt-get update \
2424 && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2525 bind9=1:${BIND_VERSION}* bind9-host=1:${BIND_VERSION}* dnsutils \
26- webmin=${WEBMIN_VERSION}* \
26+ webmin=${WEBMIN_VERSION}* systemctl \
2727 && rm -rf /var/lib/apt/lists/*
2828
2929COPY entrypoint.sh /sbin/entrypoint.sh
You can’t perform that action at this time.
0 commit comments