Uncomment /etc/module_build_service stuff kor koji.conf

This commit is contained in:
Filip Valder
2016-11-16 13:54:57 +01:00
parent 1cc321a440
commit 47ccf6d318

View File

@@ -19,13 +19,13 @@ RUN dnf install -y \
swig \
&& dnf autoremove -y \
&& dnf clean all \
&& mkdir /opt/module_build_service/
###&& mkdir /etc/module_build_service
&& mkdir /opt/module_build_service/ \
&& mkdir /etc/module_build_service
WORKDIR /opt/module_build_service/
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 \
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