Skip to content

Commit

Permalink
chore(docker): 🔥 Remove duplicate configuration for the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Nov 4, 2024
1 parent 8ea51f1 commit 0e00b74
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
FROM letssteam/makecode-toolchain:latest

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
cu \
curl \
make \
software-properties-common \
tar \
udev \
usbutils && \
apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN adduser vscode dialout && \
adduser vscode plugdev

USER vscode
RUN pyocd pack install STM32WB55RGVx && \
pyocd pack install STM32L475VGTx
FROM letssteam/makecode-toolchain:latest

0 comments on commit 0e00b74

Please sign in to comment.