Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 17 |
|
| 18 |
RUN apt-get update && \
|
| 19 |
apt-get install -y curl && \
|
| 20 |
-
curl -
|
| 21 |
apt-get install -y nodejs && \
|
| 22 |
apt-get remove -y curl && \
|
| 23 |
apt-get -y autoclean
|
|
|
|
| 17 |
|
| 18 |
RUN apt-get update && \
|
| 19 |
apt-get install -y curl && \
|
| 20 |
+
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
| 21 |
apt-get install -y nodejs && \
|
| 22 |
apt-get remove -y curl && \
|
| 23 |
apt-get -y autoclean
|