change timezone, proxy and cache
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
DEBIAN = buster
|
DEBIAN = buster
|
||||||
FROM = debian:$(DEBIAN)
|
FROM = debian:$(DEBIAN)
|
||||||
MODE = minimal
|
MODE = minimal
|
||||||
PROXY = $(shell hostname -I | cut -d' ' -f1)
|
PROXY = #$(shell hostname -I | cut -d' ' -f1)
|
||||||
TIMEZONE = Europe/London
|
TIMEZONE = Europe/Amsterdam
|
||||||
JOBS = 2
|
JOBS = 2
|
||||||
CLEANUP = true
|
CLEANUP = true
|
||||||
ARGS = --rm=false --no-cache=false
|
ARGS = --rm=false --no-cache
|
||||||
|
|
||||||
include $(wildcard $(DOCKER_HOME)/config.mk)
|
include $(wildcard $(DOCKER_HOME)/config.mk)
|
||||||
include $(wildcard $(DOCKER_HOME)/build/make/*.mk)
|
include $(wildcard $(DOCKER_HOME)/build/make/*.mk)
|
||||||
|
|||||||
Reference in New Issue
Block a user