Attempt to fix dpkg-configure error in build
This commit is contained in:
parent
1385a2cbe5
commit
534c5d5f2f
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:focal
|
FROM ubuntu:rolling
|
||||||
|
|
||||||
ARG UID
|
ARG UID
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:focal
|
FROM ubuntu:rolling
|
||||||
|
|
||||||
# This is just here so we can reuse the Docker cache between dev and
|
# This is just here so we can reuse the Docker cache between dev and
|
||||||
# prod, it's not actually read by anything.
|
# prod, it's not actually read by anything.
|
||||||
|
|
|
@ -6,6 +6,7 @@ set -x
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update
|
apt-get update
|
||||||
|
apt-get dist-upgrade -y
|
||||||
(yes || true) | unminimize
|
(yes || true) | unminimize
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue