Skip to content

Commit 0e00b74

Browse files
committed
chore(docker): 🔥 Remove duplicate configuration for the dev container
1 parent 8ea51f1 commit 0e00b74

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.devcontainer/Dockerfile

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

0 commit comments

Comments
 (0)