mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-20 13:18:22 +00:00
Add less to Dockerfile
This commit is contained in:
parent
97d5c64548
commit
ffce0828c0
@ -26,6 +26,7 @@ WORKDIR /root/
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install xvfb
|
RUN apt-get -y install xvfb
|
||||||
RUN apt-get -y install wkhtmltopdf
|
RUN apt-get -y install wkhtmltopdf
|
||||||
|
RUN apt-get -y install less
|
||||||
|
|
||||||
COPY --from=builder /usr/src/app/target/uberjar/commiteth.jar .
|
COPY --from=builder /usr/src/app/target/uberjar/commiteth.jar .
|
||||||
COPY html2png.sh .
|
COPY html2png.sh .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user