We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fefccf + 6d46599 commit 858989cCopy full SHA for 858989c
1 file changed
evaluationserver/Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update \
6
RUN mkdir -p /usr/src/app
7
WORkDIR /usr/src/app/
8
COPY . .
9
+RUN gem update --system
10
RUN gem install bundler && bundle install --jobs 20 --retry 5 # might be better?
11
RUN gem install bundler
12
LABEL maintainer="[email protected]" \
0 commit comments