comparison testbench-node-17/Dockerfile @ 578:0fd261e85cea production v2.18.0

flow: Merged <release> '2.18.0' to <master> ('production').
author Marc Davis <marc.davis@mcoecn.org>
date Wed, 04 Sep 2024 12:55:22 -0400
parents 9afc8cb478f6
children
comparison
equal deleted inserted replaced
573:d53ae988d7d6 578:0fd261e85cea
5 ENV TESTBENCHJAR=/testbench-standalone.jar 5 ENV TESTBENCHJAR=/testbench-standalone.jar
6 6
7 # Install PhantomJS 7 # Install PhantomJS
8 RUN mkdir /phantom 8 RUN mkdir /phantom
9 WORKDIR /phantom 9 WORKDIR /phantom
10 ADD http://files.ssdt.io/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar 10 ADD http://files.ssdt-ohio.org/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar
11 RUN tar -xf phantomjs.tar \ 11 RUN tar -xf phantomjs.tar \
12 && mv $(find /phantom -name phantomjs) /bin \ 12 && mv $(find /phantom -name phantomjs) /bin \
13 && rm -rf /phantom 13 && rm -rf /phantom
14 WORKDIR / 14 WORKDIR /
15 15