3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/gnuk/docker/Dockerfile.debug
2022-04-02 18:17:33 +05:00

5 lines
127 B
Docker

FROM gnuk:latest
LABEL Description="Image for building gnuK with debugging"
RUN apt install -y gdb-arm-none-eabi && apt clean