Attempt to fix dpkg-configure error in build

This commit is contained in:
Radon Rosborough 2020-07-29 12:09:52 -06:00
parent 1385a2cbe5
commit 534c5d5f2f
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:rolling
ARG UID

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:rolling
# This is just here so we can reuse the Docker cache between dev and
# prod, it's not actually read by anything.

View File

@ -6,6 +6,7 @@ set -x
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get dist-upgrade -y
(yes || true) | unminimize
rm -rf /var/lib/apt/lists/*