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/
|
COPY Gemfile.lock /osem/
|
||||||
RUN chown -R osem /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
|
# Continue as user
|
||||||
USER osem
|
USER osem
|
||||||
WORKDIR /osem/
|
WORKDIR /osem/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue