Merge branch 'patch-1' into 'master'

Initial docker build fix

See merge request gnuk-team/gnuk/gnuk!1
This commit is contained in:
Lovro Orešković 2024-04-27 20:51:54 +00:00
commit 592b835ff1

View File

@ -3,4 +3,4 @@ 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"]
CMD ["/bin/sh", "-c", "cd /gnuk/src && ./configure $GNUK_CONFIG && make"]