Skip to content

Commit 367ee50

Browse files
committed
chore(docker): 🔥 Remove duplicate configuration for the dev container
1 parent fa75760 commit 367ee50

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

‎.devcontainer/Dockerfile‎

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM letssteam/makecode-toolchain:latest

0 commit comments

Comments
 (0)