Ubuntu 20.04 doesn't work without this patch

The problem was described here:

https://github.com/trezor/blockbook/issues/568
pull/569/head
Perlover 2021-02-23 17:11:49 +01:00 committed by GitHub
parent db597c1f66
commit 284aac7042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# initialize from the image defined by BASE_IMAGE
ARG BASE_IMAGE
FROM $BASE_IMAGE
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get upgrade -y && \