mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
Fix default path for pki_dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user