Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
OBS:Server:Unstable:Containers
kurren
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package kurren
#!BuildTag: openbuildservice/kurren #!UseOBSRepositories FROM suse/sle15:15.6 RUN useradd -g users -p opensuse -d /home/kurren -m kurren # Keep the bundler version in sync with BUNDLED_WITH in # https://github.com/hennevogel/kurren/blob/main/Gemfile.lock RUN zypper in -y libxml2-devel gcc ruby3.1-devel make # Ensure there are ruby, gem and irb commands without ruby suffix RUN for i in ruby gem irb; do ln -s /usr/bin/$i.ruby3.1 /usr/local/bin/$i; done # We always want to build for our platform instead of using precompiled gems ENV BUNDLE_FORCE_RUBY_PLATFORM=true ADD kurren-stable /home/kurren/app RUN chown kurren:users -R /home/kurren WORKDIR /home/kurren/app USER kurren RUN bundle config set --local path vendor/bundle; bundle install --local
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor