File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
4848RUN python3 -m pip install --upgrade pip && pip3 install wheel
4949
@@ -128,7 +128,11 @@ COPY ./setup/extract.sh /opt/extract.sh
128128RUN 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
134138RUN wget -q -O "/opt/oat2dex.py" https://github.com/jakev/oat2dex-python/blob/master/oat2dex.py
You can’t perform that action at this time.
0 commit comments