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 \