Last active
May 7, 2019 08:48
-
-
Save jdevoo/ebaf48afbd533748301cdcb0cbd34219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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