Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ded4638

Browse files
committed
Update csslint
1 parent 86c9268 commit ded4638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ COPY Gemfile /usr/src/app/
55
COPY Gemfile.lock /usr/src/app/
66

77
RUN apk --update add nodejs git ruby ruby-dev ruby-bundler less ruby-nokogiri build-base && \
8-
npm install -g codeclimate/csslint.git#2a53712c61710840c023978418c7b48e3f32ac64 && \
98
bundle install -j 4 && \
109
apk del build-base && rm -fr /usr/share/ri
1110

11+
RUN npm install -g codeclimate/csslint.git#7a3a6be
12+
1213
RUN adduser -u 9000 -D app
1314
USER app
1415

0 commit comments

Comments
 (0)