mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-27 03:58:41 -05:00
Bump jruby to 9.4.1.0, java11, and all vmpooler gems
This commit is contained in:
parent
0521dfad8b
commit
f1284ea0fc
5 changed files with 29 additions and 46 deletions
|
|
@ -3,4 +3,4 @@
|
|||
docker run -it --rm \
|
||||
-v $(pwd):/app \
|
||||
$(grep ^FROM ./Dockerfile |cut -d ' ' -f2) \
|
||||
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends make git && 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 make git netbase && 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