We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fefccf commit 6d46599Copy full SHA for 6d46599
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