From c2e4ee3a98b79517f0de504903e5475215be2c0f Mon Sep 17 00:00:00 2001 From: TKE Date: Tue, 26 Nov 2019 13:16:05 +0100 Subject: [PATCH] pinned version of pylibemu to 0.5.8 so it would build --- file-analysis.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index 87a2336..e53882e 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -30,7 +30,8 @@ RUN apt-get update && apt-get install -y \ RUN git clone https://github.com/buffer/pyv8.git ; cd pyv8 ; python setup.py build && python setup.py install && cd .. && rm -rf pyv8 RUN git clone https://github.com/buffer/libemu.git ; cd libemu ; autoreconf -v -i && ./configure --prefix=/opt/libemu && make install && cd .. && rm -rf libemu2 -RUN pip install pylibemu +RUN pip install --upgrade pip +RUN pip install pylibemu==0.5.8 RUN pip install -U https://github.com/decalage2/ViperMonkey/archive/master.zip RUN pip install -U https://github.com/decalage2/oletools/archive/master.zip RUN gem install origami