Browse Source

trying to get rid of segfault, changing to ubuntu

main
Holger Frey 3 years ago
parent
commit
3f1f5105f9
  1. 2
      Dockerfile

2
Dockerfile

@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y @@ -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

Loading…
Cancel
Save