Skip to content
Snippets Groups Projects
Commit a3350155 authored by jurgenhaas's avatar jurgenhaas
Browse files

#21 Use node image including build tools

parent 0c69aa62
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if [[ -n ${PHP_VERSION} ]]; then
break
fi
done
IMAGEID=$(docker image ls -q node:8-jessie-slim)
IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/node:8-jessie-slim)
if [[ -n ${IMAGEID} ]]; then
while true; do
ID=$(docker container ls --all -q -f ancestor=${IMAGEID})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment