Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN mkdir -p /app/.cache_app && \
|
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y \
|
| 10 |
build-essential \
|
|
|
|
| 11 |
curl \
|
| 12 |
software-properties-common \
|
| 13 |
git \
|
|
|
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y \
|
| 10 |
build-essential \
|
| 11 |
+
cmake \
|
| 12 |
curl \
|
| 13 |
software-properties-common \
|
| 14 |
git \
|