Brooklyn/gnuk/docker/Dockerfile.release
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00

7 lines
225 B
Docker

FROM debian:latest
LABEL Description="Image for building gnuK"
RUN apt update -y && apt install -y make gcc-arm-none-eabi && apt clean
CMD ["/bin/sh", "-c", "cd /gnuk/src && make clean && ./configure $GNUK_CONFIG && make"]