diff --git a/challenge/Dockerfile b/challenge/Dockerfile index 3a7f74967..2ddf15b03 100644 --- a/challenge/Dockerfile +++ b/challenge/Dockerfile @@ -194,7 +194,7 @@ RUN apt-get update && \ apt-get -y remove --purge at-spi2-core tumbler gvfs-* && \ apt-get -y autoremove RUN wget -q -O - https://github.com/angr/angr-management/releases/download/$(curl https://github.com/angr/angr-management/releases | grep -oP -m1 'nightly-[\d\.]+')/angr-management-ubuntu.tar.gz | tar xvz -C /opt -RUN wget -q -O /tmp/ghidra.zip https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.5_build/ghidra_10.1.5_PUBLIC_20220726.zip && cd /opt && unzip /tmp/ghidra.zip && mv /opt/ghidra_10.1.5_PUBLIC /opt/ghidra +RUN wget -q -O /tmp/ghidra.zip https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.5_build/ghidra_10.1.5_PUBLIC_20220726.zip && cd /opt && unzip /tmp/ghidra.zip && mv /opt/ghidra_10.1.5_PUBLIC /opt/ghidra && rm /tmp/ghidra.zip COPY desktop/angr-management.desktop /usr/share/applications/ COPY desktop/Ghidra.desktop /usr/share/applications/ COPY desktop/pwncollege_background.jpg /usr/share/backgrounds/ @@ -203,7 +203,7 @@ RUN rm /etc/xdg/autostart/* # don't autostart stuff in the desktop # IDA Freeware: only permissible for free and open deploymets of the pwn.college dojo! COPY desktop/ida.opt /opt/ida/ida.opt -RUN wget https://out7.hex-rays.com/files/idafree80_linux.run -O /tmp/idafree80_linux.run && chmod 755 /tmp/idafree80_linux.run && /tmp/idafree80_linux.run --optionfile /opt/ida/ida.opt +RUN wget https://out7.hex-rays.com/files/idafree80_linux.run -O /tmp/idafree80_linux.run && chmod 755 /tmp/idafree80_linux.run && /tmp/idafree80_linux.run --optionfile /opt/ida/ida.opt && rm /tmp/idafree80_linux.run /tmp/installbuilder_installer.log COPY desktop/ida64.desktop /usr/share/applications/ RUN mkdir /opt/pwn.college