diff --git a/Dockerfile b/Dockerfile index da69f90..fe8dd36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y # # install required packages -RUN apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion +RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y apache2 apache2-utils libapache2-mod-svn subversion # add svn configuration ADD dav_svn.conf /etc/apache2/sites-enabled/dav_svn.conf