Skip to content

Instantly share code, notes, and snippets.

View Anto726's full-sized avatar
🗿

Anto726

🗿
  • System::RootSystem
View GitHub Profile
@Anto726
Anto726 / Dockerfile
Last active May 9, 2026 13:28 — forked from nepnep1111/Dockerfile
DSpico Firmware Builder
FROM skylyrac/blocksds:slim-latest
RUN apt update && apt install -y \
build-essential \
cmake \
gcc-arm-none-eabi \
git \
python3
ENV DLDITOOL=/opt/wonderful/thirdparty/blocksds/core/tools/dlditool/dlditool