We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4476d commit bd5e93aCopy full SHA for bd5e93a
1 file changed
Dockerfile
@@ -1,11 +1,12 @@
1
-FROM ubuntu:focal-20230308 AS add-apt-repositories
+FROM debian:bullseye-20230227 AS add-apt-repositories
2
3
RUN apt-get update \
4
- && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg \
5
- && apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg ca-certificates apt-utils \
+ && 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
8
-FROM ubuntu:focal-20230308
9
+FROM debian:bullseye-20230227
10
11
LABEL maintainer="sameer@damagehead.com"
12
0 commit comments