(P4DEVOPS-6096) Fix gems to prevent warnings in logs

This commit is contained in:
isaac-hammes 2025-06-04 09:17:38 -07:00
parent 391f851d96
commit b2352b7578
4 changed files with 85 additions and 104 deletions

View file

@ -4,4 +4,4 @@
docker run -it --rm \
-v $(pwd):/app \
jruby:9.4.12.1-jdk11 \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase build-essential && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'