mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-11 14:45:31 +00:00
only pull masters head
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y maven git
|
|||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
# TODO freeze revision?
|
# 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
|
WORKDIR pdfact
|
||||||
|
|
||||||
RUN mvn install -DskipTests
|
RUN mvn install -DskipTests
|
||||||
|
|||||||
Reference in New Issue
Block a user