Spaces:
Paused
Paused
Commit ·
fbd3564
1
Parent(s): ee8bb93
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 31 |
xdotool \
|
| 32 |
zsh \
|
| 33 |
&& rm -rf /var/lib/apt/lists/*
|
| 34 |
-
RUN curl -sL https://deb.nodesource.com/
|
| 35 |
&& apt install nodejs
|
| 36 |
WORKDIR /home/
|
| 37 |
|
|
|
|
| 31 |
xdotool \
|
| 32 |
zsh \
|
| 33 |
&& rm -rf /var/lib/apt/lists/*
|
| 34 |
+
RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -\
|
| 35 |
&& apt install nodejs
|
| 36 |
WORKDIR /home/
|
| 37 |
|