From 8d8f3caee4ce2a42de404d499563bc4475e5ea6e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 14 Jan 2024 23:40:26 +0100 Subject: [PATCH] fix nodejs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f056a58b01..8b660f4d88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -193,6 +193,8 @@ RUN set -eux; \ ENV PATH="${PATH}:/usr/local/go/bin" ENV GO_PATH=/usr/local/go/bin/go +ARG nsjail="" + RUN if [ "$nsjail" = "true" ]; then apt-get -y update \ && apt-get install -y \ curl nodejs; fi