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

View File

@@ -6,7 +6,7 @@ RUN apk add --update make py3-pip curl sed npm build-base python3-dev
ADD . / /opt/build/
RUN (cd /opt/build; make all)
RUN (cd /opt/build; make headless)
RUN mv /opt/build/build /opt/jfa-go