We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa10f4 commit 0b88e96Copy full SHA for 0b88e96
images/web/Dockerfile
@@ -87,7 +87,8 @@ RUN a2ensite production
87
88
# Install Passenger + Apache module
89
RUN apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com
90
-RUN apt-get update && apt-get install -y libapache2-mod-passenger lighttpd
+RUN apt-get update
91
+RUN apt-get install -y libapache2-mod-passenger lighttpd
92
93
# Enable the Passenger Apache module and restart Apache
94
RUN echo "ServerName $(cat /etc/hostname)" >> /etc/apache2/apache2.conf
0 commit comments