Spaces:
Running
Running
Huggingface IT
commited on
Commit
·
de19c90
1
Parent(s):
9c4c202
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN touch /app/.env.local
|
|
24 |
RUN npm i --no-package-lock --no-save [email protected]
|
25 |
USER root
|
26 |
RUN apt-get update
|
27 |
-
RUN apt-get install wget gnupg curl -y
|
28 |
RUN npx playwright install --with-deps chromium
|
29 |
RUN chown -R 1000:1000 /home/user/.npm
|
30 |
USER user
|
|
|
24 |
RUN npm i --no-package-lock --no-save [email protected]
|
25 |
USER root
|
26 |
RUN apt-get update
|
27 |
+
RUN apt-get install wget git gnupg curl -y
|
28 |
RUN npx playwright install --with-deps chromium
|
29 |
RUN chown -R 1000:1000 /home/user/.npm
|
30 |
USER user
|