Skip to content

Instantly share code, notes, and snippets.

@jdevoo
Last active May 7, 2019 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdevoo/ebaf48afbd533748301cdcb0cbd34219 to your computer and use it in GitHub Desktop.
Save jdevoo/ebaf48afbd533748301cdcb0cbd34219 to your computer and use it in GitHub Desktop.
FROM openjdk:8-jre-alpine
RUN apk update && apk add curl ca-certificates git subversion less nodejs-npm && npm install -g gulp-cli
WORKDIR /root
RUN npm install code-forensics
ENTRYPOINT ["gulp"]
CMD ["list-analysis-tasks"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment