This should resolve #1

This commit is contained in:
Konrad Kleine 2014-09-30 16:04:40 +02:00
parent 8bbcb599cb
commit c880a7ff21

View file

@ -15,7 +15,7 @@ ENV START_SCRIPT /root/start-apache.sh
# Install and configure webserver software
############################################################
RUN apt-get update && \
RUN apt-get -y update && \
apt-get -y install \
apache2 \
libapache2-mod-auth-kerb \