Skip to content

Commit

Permalink
Update Dockerfile.loupe-base to use pip3
Browse files Browse the repository at this point in the history
Signed-off-by: Gaulthier Gain <[email protected]>
  • Loading branch information
gaulthiergain authored Jul 23, 2024
1 parent 7821b7a commit 84c2115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.loupe-base
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN git clone https://github.com/capstone-engine/capstone.git
RUN cd capstone && git checkout 4.0.2 && ./make.sh && ./make.sh install

# Install more static analysis deps
RUN pip install lief==0.15.0
RUN pip3 install lief==0.15.0
RUN pip3 install capstone

# Necessary for build-dep
Expand Down

0 comments on commit 84c2115

Please sign in to comment.