diff --git a/stable/jhub-aas/docker/Dockerfile.dask b/stable/jhub-aas/docker/Dockerfile.dask index 1e2de002..a3fcd194 100644 --- a/stable/jhub-aas/docker/Dockerfile.dask +++ b/stable/jhub-aas/docker/Dockerfile.dask @@ -27,6 +27,9 @@ RUN pip install dask-remote-jobqueue==v0.4.8 RUN python -m pip install jupyter-packaging \ && git clone --branch custom_clusters https://github.com/DODAS-TS/dask-labextension.git +RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - +RUN DEBIAN_FRONTEND=noninteractive apt install -y nodejs + WORKDIR /opt/workspace/dask-labextension RUN npm run build