Mercurial > public > ssdt-docker
diff testbench-node/Dockerfile @ 607:3ec3180d23a4
merge
author | Justin Kleinknecht <justin.kleinknecht@mcoecn.org> |
---|---|
date | Tue, 01 Jul 2025 20:51:22 +0100 |
parents | 9afc8cb478f6 |
children |
line wrap: on
line diff
--- a/testbench-node/Dockerfile Tue Jul 01 20:50:56 2025 +0100 +++ b/testbench-node/Dockerfile Tue Jul 01 20:51:22 2025 +0100 @@ -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