Skip to content

Instantly share code, notes, and snippets.

View YourWishes's full-sized avatar
🤔

Dominic Masters YourWishes

🤔
View GitHub Profile
@YourWishes
YourWishes / Dockerfile
Last active February 4, 2026 00:48 — 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