Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ RUN mkdir -p /app
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
| 7 |
|
| 8 |
#RUN apt remove --purge cmake && \
|
| 9 |
# wget https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-linux-x86_64.sh && \
|
|
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
ENV DEBIAN_FRONTEND=noninteractive
|
| 7 |
+
ENV CMAKE_ARGS="-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
| 8 |
|
| 9 |
#RUN apt remove --purge cmake && \
|
| 10 |
# wget https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9-linux-x86_64.sh && \
|