There was an error while loading. Please reload this page.
1 parent 98f9ed3 commit 8bed353Copy full SHA for 8bed353
1 file changed
ubuntu-26.04/Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
27
libgtest-dev \
28
libmuparser-dev \
29
libmuparser2v5 \
30
- libocct-*-dev \
+ libocct-data-exchange-dev \
31
libpolyclipping-dev \
32
libpolyclipping22 \
33
libqt6opengl6-dev \
@@ -63,6 +63,7 @@ ENV RUSTUP_HOME="/.rustup" \
63
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
64
| sh -s -- -y --default-toolchain $RUST_VERSION --profile minimal --no-modify-path \
65
&& cargo install cargo-llvm-cov \
66
+ && rm -rf $CARGO_HOME/registry $CARGO_HOME/git \
67
&& chmod -R 777 $RUSTUP_HOME \
68
&& chmod -R 777 $CARGO_HOME
69
0 commit comments