We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c24e7 commit 6ecce22Copy full SHA for 6ecce22
docker/Dockerfile
@@ -3,8 +3,8 @@ FROM ghcr.io/project-chip/chip-build:${VERSION} as build
3
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
4
5
# Copy SLT manifests and Simplicity SDK keep-list from files-slt (build context: Dockerfile folder)
6
-COPY files-slt/sisdk-pkg.lock files-slt/wiseconnect-pkg.slt /tmp/
7
-COPY files-slt/simplicity_sdk_keep_folders.txt /tmp/keep_folders.txt
+COPY docker/files-slt/sisdk-pkg.lock docker/files-slt/wiseconnect-pkg.slt /tmp/
+COPY docker/files-slt/simplicity_sdk_keep_folders.txt /tmp/keep_folders.txt
8
9
# Setup SLT CLI (same as scripts/setup/silabs/install-packages.py)
10
RUN set -x \
0 commit comments