From d7b09b78b15e69c8f55d0461ef9254421c879010 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sat, 17 Dec 2022 18:45:34 +0100 Subject: ci: sby now depends on click (hdl/containers#63) --- ci.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 85d2032..8dce915 100755 --- a/ci.sh +++ b/ci.sh @@ -104,8 +104,10 @@ COPY --from=pkg-symbiyosys /symbiyosys / RUN apt-get update -qq \ && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \ python3 \ + python3-pip \ && apt-get autoclean && apt-get clean && apt-get -y autoremove \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/*\ + && python3 -m pip install click --progress-bar off EOF gend -- cgit v1.2.3