mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Install foreman system wide
This commit is contained in:
parent
11a20a8286
commit
ef9b37f269
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RUN bundle config set --local path 'vendor/bundle'; \
|
|||
bundle install --jobs=4 --retry=3
|
||||
|
||||
# Install our process manager / update chromedriver
|
||||
RUN gem install foreman; \
|
||||
RUN sudo gem install foreman; \
|
||||
bundle exec bin/rails webdrivers:chromedriver:update
|
||||
|
||||
CMD ["foreman", "start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue