We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee89e commit fe827ffCopy full SHA for fe827ff
config/docker/fragment/api.jinja2
@@ -20,6 +20,8 @@ WORKDIR /tmp/kernelci-api
20
RUN git fetch origin $api_rev
21
RUN git checkout FETCH_HEAD
22
RUN python3 -m pip install '.[dev]' --break-system-packages --ignore-installed
23
+# Copy static directory to installed package (workaround for missing build-system config)
24
+RUN cp -R api/static "$(python3 -c "import site; print(site.getsitepackages()[0])")/api/"
25
WORKDIR /home/kernelci
26
RUN rm -rf /tmp/kernelci-api
27
0 commit comments