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

docker-compose --build failing

prateeks007 opened this issue · comments

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

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

see if this command works for you

commented

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