fix nodejs

This commit is contained in:
Ruben Fiszel
2024-01-14 23:40:26 +01:00
parent 0229feaa64
commit 8d8f3caee4

View File

@@ -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