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
FROM = debian:$(DEBIAN)
MODE = minimal
PROXY = $(shell hostname -I | cut -d' ' -f1)
TIMEZONE = Europe/London
PROXY = #$(shell hostname -I | cut -d' ' -f1)
TIMEZONE = Europe/Amsterdam
JOBS = 2
CLEANUP = true
ARGS = --rm=false --no-cache=false
ARGS = --rm=false --no-cache
include $(wildcard $(DOCKER_HOME)/config.mk)
include $(wildcard $(DOCKER_HOME)/build/make/*.mk)