Add less to Dockerfile

This commit is contained in:
Vitaliy Vlasov 2018-04-06 18:37:12 +03:00
parent 4437e13657
commit 1ba5802958
No known key found for this signature in database
GPG Key ID: A7D57C347F2B2964
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ WORKDIR /root/
RUN apt-get update
RUN apt-get -y install xvfb
RUN apt-get -y install wkhtmltopdf
RUN apt-get -y install less
COPY --from=builder /usr/src/app/target/uberjar/commiteth.jar .
COPY html2png.sh .