Skip to content

Commit 8bed353

Browse files
committed
Ubuntu 26.04: Remove unnecessary bloat
1 parent 98f9ed3 commit 8bed353

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ubuntu-26.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
2727
libgtest-dev \
2828
libmuparser-dev \
2929
libmuparser2v5 \
30-
libocct-*-dev \
30+
libocct-data-exchange-dev \
3131
libpolyclipping-dev \
3232
libpolyclipping22 \
3333
libqt6opengl6-dev \
@@ -63,6 +63,7 @@ ENV RUSTUP_HOME="/.rustup" \
6363
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6464
| sh -s -- -y --default-toolchain $RUST_VERSION --profile minimal --no-modify-path \
6565
&& cargo install cargo-llvm-cov \
66+
&& rm -rf $CARGO_HOME/registry $CARGO_HOME/git \
6667
&& chmod -R 777 $RUSTUP_HOME \
6768
&& chmod -R 777 $CARGO_HOME
6869

0 commit comments

Comments
 (0)