1modm / petereport

PeTeReport is an open-source application vulnerability reporting tool.
https://1modm.github.io/petereport/
BSD 3-Clause "New" or "Revised" License
449 stars 131 forks source link

docker-compose --build failing #72

Closed prateeks007 closed 10 months ago

prateeks007 commented 1 year ago

HTTP request sent, awaiting response... 404 Not Found 2023-07-07 10:24:09 ERROR 404: Not Found.

ERROR: Service 'petereport' failed to build: The command '/bin/sh -c wget https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-1-${TARGETARCH}.deb' returned a non-zero code: 8

50YUD4N60 commented 11 months ago

sudo docker-compose build --build-arg TARGETARCH=amd64

see if this command works for you

1modm commented 10 months ago

Added mayor enhancements and contributions. Try to update from the repository git pull and try again.

If using docker:

git pull
docker compose build --build-arg TARGETARCH=amd64
docker-compose up