mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
ci: Install zip in Dockerfile (#2176)
This commit is contained in:
@@ -29,7 +29,7 @@ RUN apt-get -qq update \
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apt update -qq \
|
RUN apt update -qq \
|
||||||
&& apt install -y --no-install-recommends --no-install-suggests python3 python3-pip git git-lfs make ninja-build flex bison jq graphviz \
|
&& apt install -y --no-install-recommends --no-install-suggests python3 python3-pip git git-lfs make ninja-build flex bison jq graphviz zip \
|
||||||
clang-tidy-${LLVM_TOOLS_VERSION} clang-tools-${LLVM_TOOLS_VERSION} \
|
clang-tidy-${LLVM_TOOLS_VERSION} clang-tools-${LLVM_TOOLS_VERSION} \
|
||||||
&& pip3 install -q --upgrade --no-cache-dir pip && pip3 install -q --no-cache-dir conan==1.62 gcovr cmake==3.31.6 pre-commit \
|
&& pip3 install -q --upgrade --no-cache-dir pip && pip3 install -q --no-cache-dir conan==1.62 gcovr cmake==3.31.6 pre-commit \
|
||||||
&& apt-get clean && apt remove -y software-properties-common
|
&& apt-get clean && apt remove -y software-properties-common
|
||||||
|
|||||||
Reference in New Issue
Block a user