Added non interactive makefile option; fixed flags again

fixed another problem with the -data option, and added 'make headless'
for use in the dockerfile
This commit is contained in:
Harvey Tindall
2020-08-16 20:11:16 +01:00
parent 8750efe101
commit 8c4bd4541c
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt install nodejs
ADD . / /opt/build/
RUN (cd /opt/build; make all)
RUN (cd /opt/build; make headless)
RUN mv /opt/build/build /opt/jfa-go