Skip to content

Commit dbdbbff

Browse files
committed
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`
1 parent 90d322d commit dbdbbff

File tree

1 file changed

+1
-1
lines changed
  • test/tests/ruby-native-extension

1 file changed

+1
-1
lines changed

test/tests/ruby-native-extension/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ! docker run --rm --entrypoint sh "$image" -c 'command -v gcc' > /dev/null; t
2424
RUN set -eux; \
2525
apt-get update; \
2626
apt-get install -y --no-install-recommends gcc make libc6-dev; \
27-
apt-get dist-clean
27+
rm -rf /var/lib/apt/lists/*
2828
EOD
2929
;;
3030
esac

0 commit comments

Comments
 (0)