only pull masters head

This commit is contained in:
Daniel Bauer
2022-11-27 13:24:41 +01:00
committed by GitHub
parent 87a908176e
commit 7427504600

View File

@@ -7,7 +7,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y maven git
WORKDIR /
# TODO freeze revision?
RUN git clone https://github.com/ad-freiburg/pdfact.git
RUN git clone https://github.com/ad-freiburg/pdfact.git --depth 1 --branch master
WORKDIR pdfact
RUN mvn install -DskipTests