Skip to content

Commit

Permalink
Install npm for fancy profiles pkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Dec 18, 2024
1 parent f6f77f6 commit af54b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-charts/images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ARG REQUIREMENTS_FILE
COPY ${REQUIREMENTS_FILE} /tmp/

USER root

RUN apt update > /dev/null && \
apt install --yes nodejs npm >/dev/null

RUN pip install -r /tmp/${REQUIREMENTS_FILE}

RUN mkdir -p /usr/local/etc/jupyterhub-configurator
Expand Down

0 comments on commit af54b89

Please sign in to comment.