Skip to content

Commit de81a7a

Browse files
committed
Merge branch 'master' of github.com:cryptax/androidre
2 parents b7e49d2 + 2b694cd commit de81a7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile.re

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -yqq openjdk-8-jre openjdk-11-jre python3-
4343
openssh-server ssh \
4444
xvfb x11vnc xfce4 xfce4-terminal\
4545
libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev wkhtmltopdf \
46-
graphviz adb libbz2-dev
46+
graphviz adb libbz2-dev file
4747

4848
RUN python3 -m pip install --upgrade pip && pip3 install wheel
4949

@@ -128,7 +128,11 @@ COPY ./setup/extract.sh /opt/extract.sh
128128
RUN wget -q -O "/opt/jd-gui.jar" "https://github.com/java-decompiler/jd-gui/releases/download/v${JD_VERSION}/jd-gui-${JD_VERSION}.jar" && chmod +x /opt/extract.sh
129129
130130
# JEB Demo - requires JDK 11
131+
<<<<<<< HEAD
131132
# RUN wget -q -O "/opt/jeb.zip" https://www.pnfsoftware.com/dl?jebdemo && mkdir -p /opt/jeb && unzip /opt/jeb.zip -d ./opt/jeb && rm /opt/jeb.zip
133+
=======
134+
#RUN wget -q -O "/opt/jeb.zip" https://www.pnfsoftware.com/dl?jebdemo && mkdir -p /opt/jeb && unzip /opt/jeb.zip -d ./opt/jeb && rm /opt/jeb.zip
135+
>>>>>>> 2b694cd9427fe0c03c771e9cb27ac4ee5fdf06a3
132136
133137
# Oat2Dex
134138
RUN wget -q -O "/opt/oat2dex.py" https://github.com/jakev/oat2dex-python/blob/master/oat2dex.py

0 commit comments

Comments
 (0)