From b7d10d8d788cf6c0547621813875c0d274ca50d8 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 29 Dec 2023 14:08:48 +0100 Subject: [PATCH] gci: Re-add poetry for client installation --- libs/gl-testing/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/gl-testing/Dockerfile b/libs/gl-testing/Dockerfile index edc4d488c..6174a2a45 100644 --- a/libs/gl-testing/Dockerfile +++ b/libs/gl-testing/Dockerfile @@ -53,7 +53,7 @@ RUN mkdir /tmp/protoc && \ RUN python3 -m pip install -U \ pip tomli &&\ - python3 -m pip install \ + python3 -m pip install \ maturin[patchelf] \ mrkd \ mako @@ -189,6 +189,7 @@ RUN python3 -m pip install -U pip tomli && \ protobuf \ ephemeral-port-reserve \ sh \ + poetry \ pytest-timeout \ pytest-xdist \ rich \