Skip to content

Commit 80dae57

Browse files
committed
feat: set default ruby to stop rvm warnings
1 parent ba682f1 commit 80dae57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ FROM phusion/passenger-ruby24:1.0.0
66

77
# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
88
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
9+
RUN bash -lc 'rvm --default use ruby-2.4.5'
10+
911
ENV APP_HOME=/home/app/pact_broker/
1012
RUN rm -f /etc/service/nginx/down /etc/nginx/sites-enabled/default
1113
COPY container /

0 commit comments

Comments
 (0)