Skip to content

Commit 2b3c38f

Browse files
committed
Fix Dockerfile
1 parent da9a07f commit 2b3c38f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ venv/
3535

3636
# Zephyr workspace (can be large)
3737
lib/zephyr-workspace/
38+
!lib/zephyr-workspace/zephyr/scripts/requirements.txt
3839

3940
# Logs and temporary files
4041
logs/

Dockerfile.test-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /workspace
55
COPY requirements.txt requirements.txt
66
COPY Makefile Makefile
77
COPY lib/fprime lib/fprime
8-
COPY lib/zephyr-workspace/zephyr/scripts/ lib/zephyr-workspace/zephyr/scripts/
8+
COPY lib/zephyr-workspace/zephyr/scripts/requirements.txt lib/zephyr-workspace/zephyr/scripts/requirements.txt
99

1010
RUN apt-get update && apt-get install -y --no-install-recommends \
1111
build-essential \

0 commit comments

Comments
 (0)