Fix default path for pki_dir

This commit is contained in:
Matt Prahl
2016-12-07 08:59:54 -05:00
parent 22fbacdc20
commit 15b5cf11b9
3 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ RUN dnf install -y \
&& dnf autoremove -y \
&& dnf clean all \
&& mkdir /tmp/module_build_service/
&& mkdir /etc/module-build-service/
COPY . /tmp/module_build_service/
WORKDIR /tmp/module_build_service/
RUN python setup.py develop