dukecon / dukecon_docker_images

MIT License
0 stars 2 forks source link

PWA build fails with phantomjs install problem #1

Open ascheman opened 6 years ago

ascheman commented 6 years ago

When building PWA with Docker the following error occurs:

[INFO] Removing /usr/src/node_modules/phantomjs-prebuilt/lib/phantom
[INFO] Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1514631458211/phantomjs-2.1.1-linux-x86_64 -> /usr/src/node_modules/phantomjs-prebuilt/lib/phantom
[ERROR] chmod failed: phantomjs was not successfully copied to /usr/src/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs

This happens currently with the dukecon-maven image but has also occured with the dukecon-node image recently.

ascheman commented 6 years ago

The problem also occurs on Jenkins with dukecon/dukecon_pwa#38