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 da9a07f commit 2b3c38fCopy full SHA for 2b3c38f
.dockerignore
@@ -35,6 +35,7 @@ venv/
35
36
# Zephyr workspace (can be large)
37
lib/zephyr-workspace/
38
+!lib/zephyr-workspace/zephyr/scripts/requirements.txt
39
40
# Logs and temporary files
41
logs/
Dockerfile.test-env
@@ -5,7 +5,7 @@ WORKDIR /workspace
5
COPY requirements.txt requirements.txt
6
COPY Makefile Makefile
7
COPY lib/fprime lib/fprime
8
-COPY lib/zephyr-workspace/zephyr/scripts/ lib/zephyr-workspace/zephyr/scripts/
+COPY lib/zephyr-workspace/zephyr/scripts/requirements.txt lib/zephyr-workspace/zephyr/scripts/requirements.txt
9
10
RUN apt-get update && apt-get install -y --no-install-recommends \
11
build-essential \
0 commit comments