[email protected]:oren/test-iojs-docker-alpine.git
cd test-iojs-docker-alpine.git
wget https://iojs.org/dist/v1.6.3/iojs-v1.6.3.tar.xz
xz -cd iojs-v1.6.3.tar.xz | tar -xvf -
docker-compose build --no-cache
docker-compose run web sh
cd /tmp/iojs-v1.6.3
./configure
make
make test
curl
is needed for the testsprocps
is needed due to this error: AssertionError: { [Error: Command failed: /bin/sh -c ps -p 14517 -o args= ps: unrecognized option: p