mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
sdist build: bump base image to ubuntu 20.04
This commit is contained in:
parent
891390f9a1
commit
a06f5da7c2
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:18.04@sha256:b58746c8a89938b8c9f5b77de3b8cf1fe78210c696ab03a1442e235eea65d84f
|
FROM ubuntu:20.04@sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8
|
||||||
|
|
||||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ DISTDIR="$PROJECT_ROOT/dist"
|
||||||
|
|
||||||
. "$CONTRIB"/build_tools_util.sh
|
. "$CONTRIB"/build_tools_util.sh
|
||||||
|
|
||||||
|
# note that at least py3.7 is needed, to have https://bugs.python.org/issue30693
|
||||||
python3 --version || fail "python interpreter not found"
|
python3 --version || fail "python interpreter not found"
|
||||||
|
|
||||||
# upgrade to modern pip so that it knows the flags we need.
|
# upgrade to modern pip so that it knows the flags we need.
|
||||||
|
|
Loading…
Add table
Reference in a new issue