From 9f3087fd694dda63a9b478a38fb1c2bafaf196bc Mon Sep 17 00:00:00 2001
From: Steel <mael.acier@ensiie.fr>
Date: Wed, 30 Oct 2024 22:19:44 +0100
Subject: [PATCH] =?UTF-8?q?Remove=20proxy=20variables=20(d=C3=A9j=C3=A0=20?=
 =?UTF-8?q?setup=20dans=20la=20config=20du=20runner)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Dockerfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index de4d89d..816adc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,11 +4,6 @@ COPY files/sources.list /etc/apt/sources.list
 
 ARG DEBIAN_FRONTEND=noninteractive
 
-ENV http_proxy="http://proxy.runner.iiens.net:3128"
-ENV https_proxy="http://proxy.runner.iiens.net:3128"
-ENV HTTP_PROXY="http://proxy.runner.iiens.net:3128"
-ENV HTTPS_PROXY="http://proxy.runner.iiens.net:3128"
-
 RUN apt-get update
 RUN apt-get install -y apt-utils
 RUN apt-get upgrade -y
-- 
GitLab