Stop installing bundler/foreman, it's done in osem/base now

This commit is contained in:
Henne Vogelsang 2023-02-02 18:25:42 +01:00
parent 13374571c9
commit c5d46867c3
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

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