File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22# |==> phusion/baseimage -- https://github.com/phusion/baseimage-docker
33# |==> phusion/passenger-docker -- https://github.com/phusion/passenger-docker
44# |==> HERE
5- FROM phusion/passenger-ruby24:1.0.0
5+ FROM phusion/passenger-ruby24:1.0.5
66
77# Update OS as per https://github.com/phusion/passenger-docker#upgrading-the-operating-system-inside-the-container
8- RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
8+ RUN apt-get update & \
9+ apt-get upgrade -y -o Dpkg::Options::="--force-confold" & \
10+ apt-get -qy autoremove & \
11+ apt-get clean & \
12+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
13+
914RUN bash -lc 'rvm --default use ruby-2.4.5'
1015
1116ENV APP_HOME=/home/app/pact_broker/
You can’t perform that action at this time.
0 commit comments