GrammaTech / ddisasm

A fast and accurate disassembler
https://grammatech.github.io/ddisasm/
GNU Affero General Public License v3.0
645 stars 60 forks source link

Dockerfile fails to build #29

Closed jrmuizel closed 10 months ago

jrmuizel commented 3 years ago

https://grammatech.github.io/gtirb/pkgs/xenial/libcapstone-dev_4.0.1-gt3_amd64.deb is missing.

RUN wget https://grammatech.github.io/gtirb/pkgs/xenial/libcapstone-dev_4.0.1-gt3_amd64.deb   && dpkg -i libcapstone-dev_*_amd64.deb   && rm libcapstone-dev_*_amd64.deb:
#38 0.267 --2021-06-02 17:16:11--  https://grammatech.github.io/gtirb/pkgs/xenial/libcapstone-dev_4.0.1-gt3_amd64.deb
#38 0.268 Resolving grammatech.github.io (grammatech.github.io)... 185.199.108.153, 185.199.109.153, 185.199.110.153, ...
#38 0.318 Connecting to grammatech.github.io (grammatech.github.io)|185.199.108.153|:443... connected.
#38 0.356 HTTP request sent, awaiting response... 404 Not Found
#38 0.405 2021-06-02 17:16:11 ERROR 404: Not Found.
#38 0.405
aeflores commented 10 months ago

I believe this issue is solved now.