mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Stop updating webdrivers in build
This commit is contained in:
parent
559c2b9ab0
commit
f12a24bce8
1 changed files with 2 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue