We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111f8b5 commit 3980077Copy full SHA for 3980077
Dockerfile
@@ -5,11 +5,6 @@ RUN apk update && apk upgrade && \
5
apk add build-base gcc wget git
6
7
RUN mkdir /opt/analyzer
8
-COPY -r . /opt/analyzer
+COPY . /opt/analyzer
9
WORKDIR /opt/analyzer
10
-
11
-RUN git clone https://github.com/exercism/ruby-analyzer.git .
12
13
-RUN git checkout b42a07d9417e058557bff3039547f57fb87ce56e && bundle install >aa
14
15
-RUN bundle exec ruby manual_test.rb >bb
+RUN bundle install
0 commit comments