From c80c7f68b5229e8a9887ca3f56a088706355a516 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 18 Sep 2021 10:35:03 -0700 Subject: [PATCH] Poetry is not an Ubuntu package --- docker/runtime/install.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/runtime/install.bash b/docker/runtime/install.bash index 362d762..47f19c1 100755 --- a/docker/runtime/install.bash +++ b/docker/runtime/install.bash @@ -38,7 +38,6 @@ clang docker-ce-cli make nodejs -poetry yarn # packaging tools @@ -70,6 +69,8 @@ vim apt-get update apt-get install -y $(sed 's/#.*//' <<< "${packages}") +pip3 install poetry + ver="$(latest_release watchexec/watchexec | sed 's/^cli-v//')" wget "https://github.com/watchexec/watchexec/releases/download/cli-v${ver}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb" apt-get install -y ./watchexec-*.deb