We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec12d1 + 5a0b188 commit b39eeeeCopy full SHA for b39eeee
.devcontainer/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
RUN npm install --global @xpack-dev-tools/arm-none-eabi-gcc
20
21
# Verify installation
22
-RUN /usr/local/bin/xpack-arm-none-eabi-gcc --version
+RUN arm-none-eabi-gcc --version
23
24
# Set the working directory inside the container
25
WORKDIR /workspaces/stm32-devops-template
0 commit comments