From 905f65b2743a88a5d4cfb34b23418f8f6707679e Mon Sep 17 00:00:00 2001
From: Steel <mael.acier@ensiie.fr>
Date: Wed, 30 Oct 2024 22:21:55 +0100
Subject: [PATCH] latest corepack

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

diff --git a/Dockerfile b/Dockerfile
index 816adc5..9aeaf7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,8 +12,6 @@ RUN apt-get install -y make autoconf qtbase5-dev qtchooser qt5-qmake qtbase5-dev
 # Node
 RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
 RUN apt-get install -y nodejs
-# https://github.com/nodejs/corepack/issues/447
-RUN npm install -g corepack@0.24.1
 RUN corepack enable
 RUN yarn config set proxy http://proxy.runner.iiens.net:3128
 RUN yarn config set https-proxy http://proxy.runner.iiens.net:3128
-- 
GitLab