Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service parsedmarc' failed to build: COPY failed #442

Open
HardTarget411 opened this issue Nov 22, 2023 · 3 comments
Open

service parsedmarc' failed to build: COPY failed #442

HardTarget411 opened this issue Nov 22, 2023 · 3 comments

Comments

@HardTarget411
Copy link

When install dmarc-visualizer, I get the following error.

Error: Service 'parsedmarc' failed to build: COPY failed: file not found in the build context or excluded by .dockerignore: stat parsedmarc.ini: file does not exist

Installed on vanilla ubuntu 20.04. Here is the video I followed: https://www.youtube.com/watch?v=a9CUTfzADLQ

Instructions:
Run each of these lines one at a time

########### Installing Docker on Ubuntu

sudo apt update

sudo apt install apt-transport-https ca-certificates curl software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo apt-key fingerprint 0EBFCD88

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt update

apt-cache policy docker-ce

sudo apt install docker-ce

sudo systemctl status docker

############ Install Docker compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

sudo chmod +x /usr/local/bin/docker-compose

docker-compose --version

############ Running Hello World
sudo docker run hello-world

############ Running the YML file

sudo docker-compose up -d
sudo docker-compose up

@AnaelMobilia
Copy link
Contributor

Hello @HardTarget411 ,

It looks like parsedmarc configuration file haven't been set-up.
As the issue is on the dmarc-visualizer installation, I suggest you to open an issue on their repo -> https://github.com/debricked/dmarc-visualizer .

Regards,

@HardTarget411
Copy link
Author

@AnaelMobilia hate to sound like a noobie, how do I set up the config file. I didn't see anything on that in the instructions

@AnaelMobilia
Copy link
Contributor

@HardTarget411

You can found information on the documentation => https://domainaware.github.io/parsedmarc/usage.html#configuration-file

It looks like you could have another issues with dmarc-visualizer => debricked/dmarc-visualizer#46 .
I suggest that you open an issue on their repo as the issue occur with their dockerized installation.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants