We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748a28 commit 4190e11Copy full SHA for 4190e11
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:bullseye-20230320 AS add-apt-repositories
2
3
RUN apt-get update \
4
- && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg ca-certificates apt-utils \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y systemctl gnupg ca-certificates apt-utils \
5
&& apt-get update \
6
&& apt-key adv --fetch-keys https://webmin.com/jcameron-key.asc \
7
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
0 commit comments