Update Dockerfile

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

View File

@@ -6,7 +6,6 @@ ENV DEBIAN_FRONTEND=noninteractive
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 --depth 1 --branch master
WORKDIR pdfact