updated to ubuntu:bionic-20200403
parent
fa9f9b5f4d
commit
0de5ef1c76
|
@ -1,11 +1,11 @@
|
|||
FROM ubuntu:bionic-20190612 AS add-apt-repositories
|
||||
FROM ubuntu:bionic-20200403 AS add-apt-repositories
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg \
|
||||
&& apt-key adv --fetch-keys http://www.webmin.com/jcameron-key.asc \
|
||||
&& echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
|
||||
|
||||
FROM ubuntu:bionic-20190612
|
||||
FROM ubuntu:bionic-20200403
|
||||
|
||||
LABEL maintainer="sameer@damagehead.com"
|
||||
|
||||
|
|
Loading…
Reference in New Issue