From b9d8102a2ef827d4d4a6cc81353afa8db07fa20c Mon Sep 17 00:00:00 2001 From: accolon Date: Tue, 5 Mar 2024 21:16:42 +0100 Subject: [PATCH] Fix error in Dockerfile. --- data/Dockerfiles/parsedmarc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/parsedmarc/Dockerfile b/data/Dockerfiles/parsedmarc/Dockerfile index 1638734..26ed532 100644 --- a/data/Dockerfiles/parsedmarc/Dockerfile +++ b/data/Dockerfiles/parsedmarc/Dockerfile @@ -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