Updated node version for binder run
This commit is contained in:
parent
b8e5902822
commit
2f66d84ecf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue