Updated node version for binder run

This commit is contained in:
Ganesh Gore 2023-02-02 15:43:40 -07:00
parent b8e5902822
commit 2f66d84ecf
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM ghcr.io/lnis-uofu/openfpga-master:latest
# Install node js
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
USER root
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN apt-get install -y nodejs
RUN apt-get install tree