1modm / petereport

PeTeReport is an open-source application vulnerability reporting tool.

Home Page:https://1modm.github.io/petereport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to fetch

Shiva108 opened this issue · comments

Im on parrot linux. Doing so:
docker-compose build --build-arg TARGETARCH=amd64
Results in failed to fetch:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg6.0_2.0.8_amd64.deb 404 Not Found [IP: 91.189.91.39 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/apt/apt_2.0.8_amd64.deb 404 Not Found [IP: 91.189.91.39 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ERROR: Service 'petereport' failed to build: The command '/bin/sh -c apt-get -y upgrade' returned a non-zero code: 100
Visiting the links above I can see that the files are actually missing on the server.
Please advice.

I'm getting the same error as well, is there any workaround for this?

I'm getting the same error as well, is there any workaround for this?

I havent got any feedback from dev sadly.

commented

As indicated in the error (404 Not Found), it seems to be a connectivity issue on your side trying to fetch from archive.ubuntu.com.

Anyway I have done a fresh deploy in parrot and worked fine.

Thanks