Mercurial > public > ssdt-docker
diff 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 |
line wrap: on
line diff
--- a/testbench-node-17/Dockerfile Wed Jul 17 13:22:44 2024 -0400 +++ b/testbench-node-17/Dockerfile Wed Sep 04 11:36:41 2024 -0400 @@ -7,7 +7,7 @@ # Install PhantomJS RUN mkdir /phantom WORKDIR /phantom -ADD http://files.ssdt.io/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar +ADD http://files.ssdt-ohio.org/phantomjs-2.1.1-linux-x86_64.tar /phantom/phantomjs.tar RUN tar -xf phantomjs.tar \ && mv $(find /phantom -name phantomjs) /bin \ && rm -rf /phantom