mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update Ruby version to 3.3.2
Also remove support for OSEM_RUBY_VERSION, we are going to support one ruby version and one ruby version only now.
This commit is contained in:
parent
c446375242
commit
effba3382e
7 changed files with 12 additions and 11 deletions
|
|
@ -17,6 +17,10 @@ USER osem
|
|||
WORKDIR /osem/
|
||||
|
||||
# Install our bundle
|
||||
RUN bundle install --jobs=3 --retry=3
|
||||
RUN bundle config set --local path 'vendor/bundle'; \
|
||||
bundle install --jobs=4 --retry=3
|
||||
|
||||
# Install our process manager
|
||||
RUN gem install foreman
|
||||
|
||||
CMD ["foreman", "start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue