Skip to content

Commit

Permalink
Stop updating webdrivers in build
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Jun 24, 2024
1 parent da31c8c commit 90255e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ WORKDIR /osem/
RUN bundle config set --local path 'vendor/bundle'; \
bundle install --jobs=4 --retry=3

# Install our process manager / update chromedriver
RUN sudo gem install foreman; \
bundle exec bin/rails webdrivers:chromedriver:update
# Install our process manager
RUN sudo gem install foreman

CMD ["foreman", "start"]

0 comments on commit 90255e5

Please sign in to comment.