#!/bin/bash
set -e
apt-get update
apt-get install -y npm phantomjs
update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10