Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 31 |
xdg-utils \
|
| 32 |
libgbm1 \
|
| 33 |
libvulkan1 \
|
|
|
|
| 34 |
--no-install-recommends && \
|
| 35 |
rm -rf /var/lib/apt/lists/*
|
| 36 |
|
|
|
|
| 31 |
xdg-utils \
|
| 32 |
libgbm1 \
|
| 33 |
libvulkan1 \
|
| 34 |
+
procps \
|
| 35 |
--no-install-recommends && \
|
| 36 |
rm -rf /var/lib/apt/lists/*
|
| 37 |
|