Skip to content

Commit

Permalink
Ubuntu 20.04 doesn't work without this patch
Browse files Browse the repository at this point in the history
The problem was described here:

trezor#568
  • Loading branch information
Perlover authored Feb 23, 2021
1 parent db597c1 commit 284aac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/docker/bin/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 284aac7

Please sign in to comment.