Skip to content

Commit 0b88e96

Browse files
committed
Update version of passenger
1 parent daa10f4 commit 0b88e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/web/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ RUN a2ensite production
8787

8888
# Install Passenger + Apache module
8989
RUN apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com
90-
RUN apt-get update && apt-get install -y libapache2-mod-passenger lighttpd
90+
RUN apt-get update
91+
RUN apt-get install -y libapache2-mod-passenger lighttpd
9192

9293
# Enable the Passenger Apache module and restart Apache
9394
RUN echo "ServerName $(cat /etc/hostname)" >> /etc/apache2/apache2.conf

0 commit comments

Comments
 (0)