Mercurial > public > ssdt-docker
comparison testbench-node-17/Dockerfile @ 574:9afc8cb478f6
Domain changed from ssdt.io to ssdt-ohio.org
author | Marc Davis <marc.davis@mcoecn.org> |
---|---|
date | Wed, 04 Sep 2024 11:36:41 -0400 |
parents | c941bcc97e5b |
children |
comparison
equal
deleted
inserted
replaced
572:5c9d90a1673a | 574:9afc8cb478f6 |
---|---|
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 |