From 4708fe7242966371666f30f4a9e9978c19355450 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Wed, 26 Oct 2022 20:56:04 +1000 Subject: [PATCH] Test pip upgrade (#264) Co-authored-by: Steven Briscoe --- stage2/03-install-umbrel/01-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/03-install-umbrel/01-run.sh b/stage2/03-install-umbrel/01-run.sh index b17bea0f..a1f4acca 100755 --- a/stage2/03-install-umbrel/01-run.sh +++ b/stage2/03-install-umbrel/01-run.sh @@ -16,6 +16,7 @@ EOF echo "Installing Docker Compose..." echo on_chroot << EOF +pip3 install --upgrade pip pip3 install docker-compose EOF