Skip to content

Commit

Permalink
Adding OS deps to hopefully fix msgraph
Browse files Browse the repository at this point in the history
Fixes #8 (hopefully)
  • Loading branch information
patschi committed Feb 24, 2024
1 parent 9e719b1 commit a44c022
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/Dockerfiles/parsedmarc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM pypy:3-slim

ADD start.sh /start.sh
RUN apt-get update \
&& apt-get install -y libxslt-dev libz-dev libxml2-dev gcc libemail-outlook-message-perl \
&& apt-get install -y \
python3-pip python3-dev libxml2-dev libxslt-dev libz-dev libxml2-dev \
gcc libemail-outlook-message-perl python3-gi python3-gi-cairo \
gir1.2-secret-1 \
&& pip install -U parsedmarc \
&& apt-get purge --yes gcc && apt autoremove --yes && apt-get clean \
&& rm -Rf /var/lib/{apt,dpkg}/ && rm -Rf /root/.cache/ \
Expand Down

0 comments on commit a44c022

Please sign in to comment.