Skip to content

Commit 4190e11

Browse files
authored
Fix configuration application
Systemctl was missing
1 parent 5748a28 commit 4190e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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 gnupg ca-certificates apt-utils \
4+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y systemctl 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

0 commit comments

Comments
 (0)