We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afabf5 + 2a6f0f4 commit ab2506eCopy full SHA for ab2506e
Dockerfile
@@ -3,6 +3,8 @@ FROM mhart/alpine-node
3
WORKDIR /usr/src/app
4
COPY package.json /usr/src/app/
5
6
+RUN apk --update add git
7
+
8
RUN npm install
9
10
RUN adduser -u 9000 -D app
package.json
@@ -8,7 +8,7 @@
"url" : "http://github.com/codeclimate/codeclimate-eslint.git"
},
"dependencies": {
11
- "eslint": "0.24.1",
+ "eslint": "codeclimate/eslint.git#c5457c8",
12
"glob": "5.0.14"
13
14
"engine": "node >= 0.12.4"
0 commit comments