Revert `dist-clean` for ruby-native-ext test

this test is run on different debian bases so doesn't always have `apt-get dist-clean`
This commit is contained in:
Joseph Ferguson 2025-10-02 11:16:48 -07:00
parent 90d322d0c7
commit dbdbbffa00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if ! docker run --rm --entrypoint sh "$image" -c 'command -v gcc' > /dev/null; t
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends gcc make libc6-dev; \
apt-get dist-clean
rm -rf /var/lib/apt/lists/*
EOD
;;
esac