mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Switch dev-env to openSUSE 15.2
...and to OBS built container images!
This commit is contained in:
parent
f08a09ae78
commit
6648082968
5 changed files with 5 additions and 276 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM osem/base
|
||||
FROM registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base:latest
|
||||
ARG CONTAINER_USERID
|
||||
|
||||
# Configure our user
|
||||
|
|
@ -16,6 +16,8 @@ RUN chown -R osem /osem
|
|||
USER osem
|
||||
WORKDIR /osem/
|
||||
|
||||
# Install bundler & foreman
|
||||
RUN sudo gem install bundler:1.17.3 foreman
|
||||
# Install our bundle
|
||||
RUN export NOKOGIRI_USE_SYSTEM_LIBRARIES=1; bundle install --jobs=3 --retry=3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue