[Docker] clean dnf cache to save space

about 150mb
This commit is contained in:
Rotzbua 2019-07-12 10:24:46 +02:00 committed by Florian Festi
parent 17d7cd80ab
commit 6ae8acd568
1 changed files with 1 additions and 1 deletions

View File

@ -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