build: install sigdb within the Rizin container

This commit is contained in:
Riccardo Schirone 2022-06-05 21:06:55 +02:00 committed by Riccardo Schirone
parent 16922738c3
commit 9e42e6d6cc

View file

@ -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