diff --git a/Dockerfile b/Dockerfile
index 816adc54ba9792229ea00a835b8694622d3a539b..9aeaf7a370cbe061fd7f259086945a6095af735b 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