We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b99c4 commit d142c3bCopy full SHA for d142c3b
Dockerfile
@@ -37,17 +37,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
38
RUN pip3 install --break-system-packages --no-cache-dir pyyaml Cython scons pycapnp pre-commit ruff parameterized coverage numpy pytest
39
40
-WORKDIR /project/msgq/
+WORKDIR /project/msgq
41
RUN cd /tmp/ && \
42
git clone -b v2.x --depth 1 https://github.com/catchorg/Catch2.git && \
43
cd Catch2 && \
44
mv single_include/* /project/msgq/ && \
45
cd .. \
46
rm -rf Catch2
47
48
-WORKDIR /project/msgq
49
-
50
-ENV PYTHONPATH=/project
+ENV PYTHONPATH=/project/msgq
51
52
COPY . .
53
RUN ls && rm -rf .git && \
0 commit comments