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 2
2
# |==> phusion/baseimage -- https://github.com/phusion/baseimage-docker
3
3
# |==> phusion/passenger-docker -- https://github.com/phusion/passenger-docker
4
4
# |==> HERE
5
- FROM phusion/passenger-ruby24:1.0.0
5
+ FROM phusion/passenger-ruby24:1.0.5
6
6
7
7
# 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
+
9
14
RUN bash -lc 'rvm --default use ruby-2.4.5'
10
15
11
16
ENV APP_HOME=/home/app/pact_broker/
You can’t perform that action at this time.
0 commit comments