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 8ea51f1 commit 0e00b74Copy full SHA for 0e00b74
.devcontainer/Dockerfile
@@ -1,19 +1 @@
1
-FROM letssteam/makecode-toolchain:latest
2
-
3
-RUN apt-get update && \
4
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
5
- cu \
6
- curl \
7
- make \
8
- software-properties-common \
9
- tar \
10
- udev \
11
- usbutils && \
12
- apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
13
14
-RUN adduser vscode dialout && \
15
- adduser vscode plugdev
16
17
-USER vscode
18
-RUN pyocd pack install STM32WB55RGVx && \
19
- pyocd pack install STM32L475VGTx
+FROM letssteam/makecode-toolchain:latest
0 commit comments