Update to Ubuntu 20.04 (Focal) for web container.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-04-25 00:20:14 -05:00
parent 23df43bfbc
commit e47c8f91c1
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#
# Base install step (done first for caching purposes).
#
FROM ubuntu:bionic as base
FROM ubuntu:focal as base
ENV TZ="UTC"

View File

@ -3,9 +3,8 @@ set -e
source /bd_build/buildconfig
set -x
add-apt-repository -y ppa:certbot/certbot
apt-get update
# add-apt-repository -y ppa:certbot/certbot
# apt-get update
$minimal_apt_get_install certbot openssl

View File

@ -3,8 +3,8 @@ set -e
source /bd_build/buildconfig
set -x
wget -qO- https://repos.influxdata.com/influxdb.key | apt-key add -
echo "deb https://repos.influxdata.com/ubuntu bionic stable" | tee /etc/apt/sources.list.d/influxdb.list
# wget -qO- https://repos.influxdata.com/influxdb.key | apt-key add -
# echo "deb https://repos.influxdata.com/ubuntu bionic stable" | tee /etc/apt/sources.list.d/influxdb.list
apt-get update