From d7a3c957467e65ea7176170fba3c280ac18ac17e Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 21 Apr 2024 12:02:57 -0400 Subject: chore: Package updates and minor QOL patches --- ci/container/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/container/Dockerfile') diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile index b7898d4..05517df 100644 --- a/ci/container/Dockerfile +++ b/ci/container/Dockerfile @@ -84,6 +84,7 @@ ENV VNCACHE_CACHE_PUBLIC_KEY="" #HTTP/PROXY Config ENV HTTP_DOWNSTREAM_SERVERS=[] ENV SSL_JSON="{}" +ENV HTTP_TRACE_ON=false #run the init script within dumb-init ENTRYPOINT ["dumb-init", "--"] -- cgit