Ubuntu 20.04 doesn't work without this patch

The problem was described here:

https://github.com/trezor/blockbook/issues/568
pull/579/head
Perlover 2021-02-23 17:11:49 +01:00 committed by Martin
parent db597c1f66
commit 37c7f4fbd1
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 && \