invidious-companion-patches/patches/0010-fix-fix-tokio-overflow-on-compile.patch
Fijxu a5b522acf2
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
add 0020
2025-04-22 17:01:06 -04:00

24 lines
506 B
Diff

From 685a7b80620c9837383941794693bd19fa69a4c7 Mon Sep 17 00:00:00 2001
From: Fijxu <fijxu@nadeko.net>
Date: Tue, 25 Mar 2025 00:24:07 -0300
Subject: [PATCH 10/20] fix: fix tokio overflow on compile
---
Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Dockerfile b/Dockerfile
index ba0eb5d..4533e71 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
FROM denoland/deno:debian-2.2.10 AS builder
+ENV RUST_MIN_STACK=9999999999
+
ARG TINI_VERSION=0.19.0
WORKDIR /app
--
2.49.0