diff --git a/Dockerfile b/Dockerfile index b833792b..07174807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,4 @@ COPY ./requirements.txt /opt/module_build_service/ RUN pip install --user -r ./requirements.txt RUN ln -s /opt/module_build_service/koji.conf /etc/module_build_service/koji.conf \ - && ln -s /opt/module_build_service/copr.conf /etc/module_build_service/copr.conf \ - && ln -s /opt/module_build_service/krb5-stg.fp.o /etc/krb5.conf.d/stg_fedoraproject_org + && ln -s /opt/module_build_service/copr.conf /etc/module_build_service/copr.conf diff --git a/Vagrantfile b/Vagrantfile index caa6c9e8..eddaef6b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,6 @@ $script = <