Skip to content

Commit 858989c

Browse files
author
David Baum
committed
Merge branch 'feature/update_gum' into development
2 parents 5fefccf + 6d46599 commit 858989c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

evaluationserver/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update \
66
RUN mkdir -p /usr/src/app
77
WORkDIR /usr/src/app/
88
COPY . .
9+
RUN gem update --system
910
RUN gem install bundler && bundle install --jobs 20 --retry 5 # might be better?
1011
RUN gem install bundler
1112
LABEL maintainer="[email protected]" \

0 commit comments

Comments
 (0)