Switch dev-env to openSUSE 15.2

...and to OBS built container images!
This commit is contained in:
Henne Vogelsang 2021-03-05 18:26:09 +01:00
parent f08a09ae78
commit 6648082968
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
5 changed files with 5 additions and 276 deletions

View file

@ -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