Skip to content

Commit

Permalink
IDA certs are failing, update options
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Oct 18, 2024
1 parent 6f58580 commit 90f6780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ FROM essentials as builder-desktop-ida-free-yes
COPY desktop/ida64.desktop /usr/share/applications/
COPY desktop/ida.opt /opt/ida/ida.opt
RUN <<EOF
wget -O /tmp/idafree80_linux.run https://out7.hex-rays.com/files/idafree80_linux.run
wget --no-check-certificate -O /tmp/idafree80_linux.run https://out7.hex-rays.com/files/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
Expand Down

0 comments on commit 90f6780

Please sign in to comment.