Skip to content

Commit

Permalink
Fix error in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
accolon authored Mar 5, 2024
1 parent 1d6a555 commit b9d8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Dockerfiles/parsedmarc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
python3-pip python3-dev libxml2-dev libxslt-dev libz-dev libxml2-dev libssl-dev \
gcc rustc libemail-outlook-message-perl python3-gi python3-gi-cairo \
gir1.2-secret-1
RUN pip install -U --no-cache-dir parsedmarc \
RUN pip install -U --no-cache-dir parsedmarc
RUN apt-get purge --yes gcc rustc && apt autoremove --yes && apt-get clean \
&& rm -Rf /var/lib/{apt,dpkg}/ && rm -Rf /root/.cache/ && rm -Rf /root/.cargo/ \
&& chmod +x /start.sh
Expand Down

0 comments on commit b9d8102

Please sign in to comment.