diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 61ad0c0..68cd2ff 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -19,6 +19,7 @@ RUN set -e \ && apt -y install --no-install-recommends --no-install-suggests \ ca-certificates \ git \ + nodejs \ ssh \ python3 \ python3-dev \