Block a user
devcontainer-pio (1.0)
Published 2025-11-02 17:53:54 +01:00 by tobimai
Installation
docker pull gitea.tobiasmaier.me/tobimai/devcontainer-pio:1.0sha256:ac0ccda2dcf20cb6211ce481c66838440005795ea1a21c5f9a4b6e59dea3f105
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b5422b9a8c | linux/amd64 | 265 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1760918400' |
| RUN /bin/sh -c apt-get update && apt-get upgrade -y # buildkit |
| RUN /bin/sh -c apt-get install python3 python3-pip curl build-essential python3-venv fish git nodejs -y # buildkit |
| RUN /bin/sh -c useradd tobi --uid 1000 --create-home --shell /usr/bin/fish # buildkit |
| USER tobi |
| WORKDIR /home/tobi |
| RUN /bin/sh -c curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py && python3 get-platformio.py # buildkit |
| RUN /bin/sh -c mkdir -p .local/bin/ # buildkit |
| RUN /bin/sh -c ln -s ~/.platformio/penv/bin/platformio .local/bin/platformio && ln -s ~/.platformio/penv/bin/pio ~/.local/bin/pio && ln -s ~/.platformio/penv/bin/piodebuggdb ~/.local/bin/piodebuggdb # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/tobi/.local/bin |