Skip to content

Commit ede8637

Browse files
author
David Baum
committed
add gem install to dockerfile
1 parent bfebd2d commit ede8637

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

evaluationserver/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
FROM ruby:2.4.5
2-
RUN apt-get update \
3-
&& apt-get install -y --no-install-recommends \
4-
rails rake build-essential nodejs default-libmysqlclient-dev mysql-client\
5-
&& rm -rf /var/lib/apt/lists/* && mkdir -p /usr/src/app
1+
FROM getaviz/evaluationserver-base:development
62
WORkDIR /usr/src/app/
73
COPY . .
84
RUN gem update --system && gem install bundler && bundle install --jobs 20 --retry 5 && gem install bundler

0 commit comments

Comments
 (0)