File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -5,10 +5,11 @@ COPY Gemfile /usr/src/app/
|
5 | 5 | COPY Gemfile.lock /usr/src/app/
|
6 | 6 |
|
7 | 7 | RUN apk --update add nodejs git ruby ruby-dev ruby-bundler less ruby-nokogiri build-base && \
|
8 |
| -npm install -g codeclimate/csslint.git#2a53712c61710840c023978418c7b48e3f32ac64 && \ |
9 | 8 | bundle install -j 4 && \
|
10 | 9 | apk del build-base && rm -fr /usr/share/ri
|
11 | 10 |
|
| 11 | +RUN npm install -g codeclimate/csslint.git#7a3a6be |
| 12 | + |
12 | 13 | RUN adduser -u 9000 -D app
|
13 | 14 | USER app
|
14 | 15 |
|
|
You can’t perform that action at this time.
0 commit comments