change timezone, proxy and cache

This commit is contained in:
2023-04-25 10:36:02 +02:00
parent d743e60f19
commit 09a4bbf330

View File

@@ -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)