diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 64e485f1..0a1e5fb8 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -116,9 +116,9 @@ RUN apt-get update && apt-get install -y libapache2-mod-passenger RUN echo "ServerName $(cat /etc/hostname)" >> /etc/apache2/apache2.conf RUN a2enmod passenger -# Check installation -RUN /usr/bin/passenger-config validate-install -RUN /usr/sbin/passenger-memory-stats +# # Check installation +# RUN /usr/bin/passenger-config validate-install +# RUN /usr/sbin/passenger-memory-stats # Enable required apache modules for the cgimap Apache service RUN a2enmod proxy proxy_http rewrite