Skip to content

Commit

Permalink
feat: set default ruby to stop rvm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 14, 2019
1 parent ba682f1 commit 80dae57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM phusion/passenger-ruby24:1.0.0

# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
RUN bash -lc 'rvm --default use ruby-2.4.5'

ENV APP_HOME=/home/app/pact_broker/
RUN rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default
COPY container /
Expand Down

0 comments on commit 80dae57

Please sign in to comment.