From 9e42e6d6ccdbee34202b1c9b5ad4f0d616638b5f Mon Sep 17 00:00:00 2001 From: Riccardo Schirone Date: Sun, 5 Jun 2022 21:06:55 +0200 Subject: [PATCH] build: install sigdb within the Rizin container --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a73cf42e7..9b818b0922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,9 @@ RUN pip3 install meson ninja COPY . /tmp/rizin/ WORKDIR /tmp/rizin -RUN meson --prefix=/usr /tmp/build && meson compile -C /tmp/build && meson install --destdir /tmp/rizin-install -C /tmp/build +RUN meson --prefix=/usr -Dinstall_sigdb=true /tmp/build && \ + meson compile -C /tmp/build && \ + meson install --destdir /tmp/rizin-install -C /tmp/build WORKDIR /tmp RUN git clone -b "$RZ_PIPE_PY_VERSION" https://github.com/rizinorg/rz-pipe