Spaces:
Build error
Build error
Commit
·
4226c8a
1
Parent(s):
24c5e53
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,5 +2,5 @@ FROM node:lts-bullseye
|
|
2 |
|
3 |
RUN apt update
|
4 |
|
5 |
-
RUN apt install git yarn nodejs
|
6 |
|
|
|
2 |
|
3 |
RUN apt update
|
4 |
|
5 |
+
RUN apt install git yarn nodejs -y
|
6 |
|