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

Commit 3ededfc

Browse files
committed
Update csslint library
1 parent c647b7e commit 3ededfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM mhart/alpine-node
1+
FROM alpine:edge
22

33
WORKDIR /usr/src/app
44
COPY Gemfile /usr/src/app/
55
COPY Gemfile.lock /usr/src/app/
66

7-
RUN npm install -g csslint && \
8-
apk --update add ruby ruby-dev ruby-bundler less ruby-nokogiri build-base && \
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 && \
99
bundle install -j 4 && \
1010
apk del build-base && rm -fr /usr/share/ri
1111

0 commit comments

Comments
 (0)