Use ninja-build from apt in docker (#3056)
* Fix docker ninja to 1.10.2.3 * Use `ninja-build` from `apt` instead
This commit is contained in:
parent
7c0bd7cd03
commit
1ed4a3aee5
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ RUN echo -e "Building versions:\n\
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
ninja-build \
|
||||
cmake \
|
||||
gcc \
|
||||
cpp \
|
||||
|
|
@ -65,7 +66,7 @@ RUN apt-get install -y --no-install-recommends \
|
|||
${with_arm32_as:+binutils-arm-linux-gnueabi} \
|
||||
${with_ppc_as:+binutils-powerpc64le-linux-gnu}
|
||||
|
||||
RUN pip3 install meson ninja
|
||||
RUN pip3 install meson
|
||||
|
||||
# Build rizin in a volume to minimize space used by build
|
||||
COPY . /tmp/rizin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue