From c3aac6f5ebab364484208254a06239003d2fbb3d Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 2 Jul 2019 15:24:18 +0200 Subject: [PATCH] [Docker] clone without history to save space --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index e7c387b..00b8918 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -17,7 +17,7 @@ FROM fedora:latest RUN dnf install -y python3-cairocffi python3-xcffib git-core python3-markdown python3-lxml python3-setuptools pstoedit # Get Boxes.py sources to /boxes -RUN git clone https://github.com/florianfesti/boxes.git +RUN git clone --depth 1 -b master https://github.com/florianfesti/boxes.git # Internal port used EXPOSE 8000