mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user