We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d322d + dbdbbff commit 509c6dbCopy full SHA for 509c6db
test/tests/ruby-native-extension/run.sh
@@ -24,7 +24,7 @@ if ! docker run --rm --entrypoint sh "$image" -c 'command -v gcc' > /dev/null; t
24
RUN set -eux; \
25
apt-get update; \
26
apt-get install -y --no-install-recommends gcc make libc6-dev; \
27
- apt-get dist-clean
+ rm -rf /var/lib/apt/lists/*
28
EOD
29
;;
30
esac
0 commit comments