build: install sigdb within the Rizin container
This commit is contained in:
parent
16922738c3
commit
9e42e6d6cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue