You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL Description="Docker image with libraries and tools as required for building NodeJS 0.12 projects using Grunt" Vendor="Agile Digital" Version="0.1"
ENV HOME /home/jenkins
RUN apk add --update --no-cache git bash openjdk8-jre curl
RUN addgroup -S -g 10000 jenkins
RUN adduser -S -u 10000 -h $HOME -G jenkins jenkins
# No support out of the box for phantomjs
RUN curl -Ls "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz" | tar xz -C /