segfault/guest/Makefile

10 lines
240 B
Makefile
Raw Normal View History

2023-08-14 10:22:59 +00:00
ifndef SF_NET
SF_NET=host
endif
2024-04-13 19:29:03 +00:00
# export SF_NET=container:vpn
2023-08-14 10:22:59 +00:00
# export DOCKER_BUILDKIT=0
2022-03-05 13:17:15 +00:00
all: Dockerfile
2023-08-14 10:22:59 +00:00
docker build --network $(SF_NET) --build-arg SF_PACKAGES="$(SF_PACKAGES)" --build-arg GITHUB_TOKEN="$(GITHUB_TOKEN)" -t sf-guest .
2022-03-05 13:17:15 +00:00