We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa75760 commit 367ee50Copy full SHA for 367ee50
1 file changed
‎.devcontainer/Dockerfile‎
@@ -1,18 +1 @@
1
-FROM letssteam/makecode-toolchain:latest
2
-RUN apt-get update && \
3
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
- cu \
5
- curl \
6
- make \
7
- software-properties-common \
8
- tar \
9
- udev \
10
- usbutils && \
11
- apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
12
-
13
-RUN adduser vscode dialout && \
14
- adduser vscode plugdev
15
16
-USER vscode
17
-RUN pyocd pack install STM32WB55RGVx && \
18
- pyocd pack install STM32L475VGTx
+FROM letssteam/makecode-toolchain:latest
0 commit comments