From f5d2ec5ef08d302a778c5bc2cb27684917902ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 23 Nov 2025 15:47:33 +0000 Subject: [PATCH] modified: acts/network-stack/Dockerfile --- acts/network-stack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acts/network-stack/Dockerfile b/acts/network-stack/Dockerfile index ce4d49d..90599c9 100644 --- a/acts/network-stack/Dockerfile +++ b/acts/network-stack/Dockerfile @@ -10,7 +10,7 @@ RUN echo "build started.." && \ nodejs \ rclone \ rsync \ - gettext-base \ # provides envsubst + gettext-base \ bash \ tar \ jq && \