add g++
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good

This commit is contained in:
2025-04-22 11:19:08 +03:00
parent b0b3ad9c9f
commit 8a5859f324

View File

@@ -12,6 +12,7 @@ RUN apk update && \
bsd-compat-headers \ bsd-compat-headers \
newlib-arm-none-eabi \ newlib-arm-none-eabi \
gcc-arm-none-eabi \ gcc-arm-none-eabi \
g++-arm-none-eabi \
linux-headers linux-headers
# Raspberry Pi Pico SDK # Raspberry Pi Pico SDK