From 6ae8acd5689d28640720fcef410d5fc6fa32e739 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Fri, 12 Jul 2019 10:24:46 +0200 Subject: [PATCH] [Docker] clean dnf cache to save space about 150mb --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 1d657ee..b183c9d 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -14,7 +14,7 @@ FROM fedora:latest # Install requirements -RUN dnf install -y python3-cairocffi python3-xcffib git-core python3-markdown python3-setuptools pstoedit +RUN dnf install -y python3-cairocffi python3-xcffib git-core python3-markdown python3-setuptools pstoedit && dnf clean all # Get Boxes.py sources to /boxes RUN git clone --depth 1 -b master https://github.com/florianfesti/boxes.git