Skip to content

Commit bd5e93a

Browse files
authored
Switch to debian
1 parent 0b4476d commit bd5e93a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM ubuntu:focal-20230308 AS add-apt-repositories
1+
FROM debian:bullseye-20230227 AS add-apt-repositories
22

33
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 \
4+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg ca-certificates apt-utils \
5+
&& apt-get update \
6+
&& apt-key adv --fetch-keys https://webmin.com/jcameron-key.asc \
67
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
78

8-
FROM ubuntu:focal-20230308
9+
FROM debian:bullseye-20230227
910

1011
LABEL maintainer="sameer@damagehead.com"
1112

0 commit comments

Comments
 (0)