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 198fdb0 commit 9e0d954Copy full SHA for 9e0d954
docker/Dockerfile
@@ -94,13 +94,6 @@ RUN wget -O /tmp/zap.deb https://github.com/project-chip/zap/releases/download/v
94
&& apt install -y --no-install-recommends /tmp/zap.deb \
95
&& rm -rf /var/lib/apt/lists/*
96
97
-# Unpack SLC CLI
98
-COPY uic-resources/linux/slc_cli_linux.zip /tmp/slc_cli_linux.zip
99
-RUN unzip /tmp/slc_cli_linux.zip -d /opt \
100
- && chmod +x /opt/slc_cli/slc \
101
- && rm /tmp/slc_cli_linux.zip
102
-ENV PATH="/opt/slc_cli:${PATH}"
103
-
104
# Install Clang toolchain
105
RUN if [ "$CLANG" = true ] ; then \
106
curl -sL https://apt.llvm.org/llvm.sh --output /tmp/llvm.sh; \
0 commit comments