Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -16,8 +16,6 @@ COPY --chown=user . /app
|
|
16 |
|
17 |
USER root
|
18 |
RUN wget -qO- "https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
19 |
-
RUN ls -la /usr/local/cmake
|
20 |
-
RUN chmod a+x /usr/local/cmake/*
|
21 |
|
22 |
USER user
|
23 |
|
|
|
16 |
|
17 |
USER root
|
18 |
RUN wget -qO- "https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
|
|
|
|
19 |
|
20 |
USER user
|
21 |
|