Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
|
| 7 |
FROM node:20-slim
|
| 8 |
|
| 9 |
-
#
|
| 10 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 11 |
git \
|
| 12 |
ca-certificates \
|
|
|
|
| 6 |
|
| 7 |
FROM node:20-slim
|
| 8 |
|
| 9 |
+
# Some npm packages may require git during installation (slim images don't include it).
|
| 10 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 11 |
git \
|
| 12 |
ca-certificates \
|