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

for me it run only after adding libffi-dev to Docker file #28

Open
do-d1 opened this issue Apr 26, 2022 · 2 comments
Open

for me it run only after adding libffi-dev to Docker file #28

do-d1 opened this issue Apr 26, 2022 · 2 comments

Comments

@do-d1
Copy link

do-d1 commented Apr 26, 2022

parsedmarc/Dockerfile

FROM python:alpine

RUN apk add build-base libffi-dev libxml2-dev libxslt-dev \
    && pip install parsedmarc

COPY parsedmarc.ini /
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb
@martinwrightgithub
Copy link

I've created a pull request with this fix. #29

@thoni56
Copy link

thoni56 commented Aug 15, 2022

Don't forget to docker-compose build if you make this change after making an initial try that failed ;-)

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 a pull request may close this issue.

3 participants