using pipx now for installing python packages
parent
990488c201
commit
1a0e5d1d2f
|
@ -5,7 +5,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
|
|||
&& apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install --no-install-recommends -y bash wget curl yara zip unzip git file binutils msitools exif coreutils \
|
||||
python3-pip libsqlite3-dev
|
||||
python3-pip libsqlite3-dev pipx
|
||||
## TRID
|
||||
RUN wget https://mark0.net/download/trid_linux_64.zip \
|
||||
&& unzip trid_linux_64.zip \
|
||||
|
@ -20,7 +20,7 @@ RUN wget https://github.com/horsicq/DIE-engine/releases/download/3.08/die_3.08_D
|
|||
&& apt-get install --no-install-recommends -y ./die.deb
|
||||
## PiP stuff
|
||||
#RUN pip3 install stringsifter pyelftools dotnetfile peframe-ds flare-floss oletools
|
||||
RUN pip3 install stringsifter pyelftools dotnetfile flare-floss oletools
|
||||
RUN pipx install stringsifter pyelftools dotnetfile flare-floss oletools
|
||||
## Manalyze
|
||||
RUN apt-get install -y libboost-regex-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libssl-dev build-essential cmake git python3-dev \
|
||||
&& git clone https://github.com/JusticeRage/Manalyze.git && cd Manalyze \
|
||||
|
|
Loading…
Reference in New Issue