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

Update Dockerfile #45

Closed
wants to merge 1 commit into from
Closed

Update Dockerfile #45

wants to merge 1 commit into from

Conversation

KOPACb
Copy link
Contributor

@KOPACb KOPACb commented Jun 10, 2021

According to #39

@@ -2,7 +2,7 @@ FROM python:3.5-alpine
LABEL maintainer="Mostafa Hussein <[email protected]>"
RUN apk add --no-cache gcc musl-dev libxml2-dev libxslt-dev nmap nmap-scripts openssl
RUN pip install raccoon-scanner
RUN adduser -D raccoon
RUN groupadd -r -g 5055 raccoon && useradd -r -u 5055 -g raccoon raccoon
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

groupadd call fails.. probably need to port to addgroup (and I assume the adduser -> useradd change will fail as well..

Repository owner deleted a comment from evyatarguardicore Jul 4, 2021
@evyatarmeged
Copy link
Owner

I'm pushing this change with additional minor changes to the Dockerfile to main. I've added you as co-author.
Thanks for the initiative 😄

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

Successfully merging this pull request may close these issues.

2 participants