From 7e7590155970e1b1020034aa7c21e573a8095669 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Wed, 22 Mar 2023 13:23:29 +0000 Subject: [PATCH] More tuning to try to get the http proxy to work --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4921ef8..1fa8913 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM ghcr.io/linuxserver/code-server:latest RUN apt update -y && apt upgrade -y && apt install -y build-essential cmake python3-dev c3270 +RUN git config --global http.proxy http://netsupport.lan.cyber.gent:3128 + RUN cd / && git clone https://github.com/wrljet/hercules-helper.git COPY allow-root-build.patch /hercules-helper COPY hercules-helper.conf /hercules-helper/hercules-helper.conf @@ -10,3 +12,4 @@ RUN cd /hercules-helper && patch hyperion-buildall.sh allow-root-build.patch && COPY add-herc-helper-to-init.patch /hercules-helper RUN cd / && patch init /hercules-helper/add-herc-helper-to-init.patch +RUN git config --global http.proxy