Skip to content

Commit 5a6107c

Browse files
authored
fix2
1 parent 4190e11 commit 5a6107c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bullseye-20230320 AS add-apt-repositories
22

33
RUN 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

2929
COPY entrypoint.sh /sbin/entrypoint.sh

0 commit comments

Comments
 (0)