Add less to Dockerfile

This commit is contained in:
Vitaliy Vlasov 2018-04-06 18:37:12 +03:00 committed by Tetiana Churikova
parent 97d5c64548
commit ffce0828c0
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 .