Skip to content

Commit

Permalink
Force r2yara version to 77aba1
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Apr 16, 2024
1 parent 7561379 commit 9af057d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ RUN git clone --branch "v$YARA_VERSION" --recurse-submodules --depth 1 https://g

# Build r2yara
ARG R2YARA_VERSION
RUN git clone --branch "$R2YARA_VERSION" --recurse-submodules --depth 1 https://github.com/radareorg/r2yara.git && \
cd r2yara && \
RUN git clone --recurse-submodules https://github.com/radareorg/r2yara.git && \
cd r2yara && git checkout "77aba1607cb2319dda48c056f50c57318142b583" \
./configure --prefix="$PREFIX" --with-checks-level=0 && \
make && make install

Expand Down

0 comments on commit 9af057d

Please sign in to comment.