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.
1 parent 86c9268 commit ded4638Copy full SHA for ded4638
Dockerfile
@@ -5,10 +5,11 @@ COPY Gemfile /usr/src/app/
5
COPY Gemfile.lock /usr/src/app/
6
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
bundle install -j 4 && \
10
apk del build-base && rm -fr /usr/share/ri
11
+RUN npm install -g codeclimate/csslint.git#7a3a6be
12
+
13
RUN adduser -u 9000 -D app
14
USER app
15
0 commit comments