mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Stop installing bundler/foreman, it's done in osem/base now
This commit is contained in:
parent
13374571c9
commit
c5d46867c3
1 changed files with 0 additions and 4 deletions
|
|
@ -12,10 +12,6 @@ COPY Gemfile /osem/
|
|||
COPY Gemfile.lock /osem/
|
||||
RUN chown -R osem /osem
|
||||
|
||||
# Install bundler & foreman
|
||||
RUN gem install bundler -v "$(grep -A 1 "BUNDLED WITH" /osem/Gemfile.lock | tail -n 1)"; \
|
||||
gem install foreman
|
||||
|
||||
# Continue as user
|
||||
USER osem
|
||||
WORKDIR /osem/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue