diff --git a/build-scripts/drupal7os/Dockerfile b/build-scripts/drupal7os/Dockerfile
index a3fb207d1cee7c0224803896288691fb05169d97..d230934d22a611229b4d3e4aee4d9ae22b7c8c69 100644
--- a/build-scripts/drupal7os/Dockerfile
+++ b/build-scripts/drupal7os/Dockerfile
@@ -192,9 +192,6 @@ RUN chmod -R g+w /var/www/drupal7os/profiles/uw_base_profile
 RUN cd /var/www/drupal7os/profiles
 RUN git clone -b 7.x-3.x --single-branch https://git.uwaterloo.ca/wcms-openscholar/openscholar
 
-## Add the Servername to the apache2 conf file.
-## RUN echo "ServerName ${PROJECT_BASE_URL}" >> /etc/apache2/apache2.conf
-
 # Copy our custom entrypoint and make it executable.
 COPY docker-entrypoint-d7os.sh /usr/local/bin/
 RUN chmod +x /usr/local/bin/docker-entrypoint-d7os.sh