diff options
author | Unai Martinez-Corral <umartinezcorral@antmicro.com> | 2022-12-17 18:45:34 +0100 |
---|---|---|
committer | Unai Martinez-Corral <umartinezcorral@antmicro.com> | 2022-12-17 18:46:20 +0100 |
commit | d7b09b78b15e69c8f55d0461ef9254421c879010 (patch) | |
tree | 0fdedd2111d440af0b4101681861e2ae9d6972a0 | |
parent | 4413d3ccf3f1026352ae89b6f3c8dee5e62c0d9a (diff) | |
download | ghdl-yosys-plugin-d7b09b78b15e69c8f55d0461ef9254421c879010.tar.gz ghdl-yosys-plugin-d7b09b78b15e69c8f55d0461ef9254421c879010.tar.bz2 ghdl-yosys-plugin-d7b09b78b15e69c8f55d0461ef9254421c879010.zip |
ci: sby now depends on click (hdl/containers#63)
-rwxr-xr-x | ci.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |