mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(P4DEVOPS-6096) Fix gems to prevent warnings in logs
This commit is contained in:
parent
391f851d96
commit
b2352b7578
4 changed files with 85 additions and 104 deletions
|
|
@ -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=$?"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue