From 17517e0226c95187211396dd276448f783c88ad8 Mon Sep 17 00:00:00 2001 From: Karl Hepworth Date: Wed, 20 Dec 2023 11:51:31 +1100 Subject: [PATCH] Revert "Set UV_USE_TO_URING to 0" --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6827d40..6b65a2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,6 @@ ARG FROM_IMAGE FROM ${FROM_IMAGE} -# Libuv 1.45.0 is affected by a kernel bug on certain kernels. -# This leads to errors where Garden tool downloading errors with ETXTBSY -# Apparently file descriptor accounting is broken when using USE_IO_URING -# on older kernels -# See also: https://github.com/libuv/libuv/pull/4141/files -# TODO: Remove this once libuv 1.47 landed in a future NodeJS version, and we upgraded to it. -ENV UV_USE_IO_URING=0 - RUN apk add --no-cache \ bash \ ca-certificates \