mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Update Gemfile.lock and add missing package
This commit is contained in:
parent
1a75edcb60
commit
914406caca
2 changed files with 44 additions and 44 deletions
|
|
@ -4,4 +4,4 @@
|
|||
docker run -it --rm \
|
||||
-v $(pwd):/app \
|
||||
jruby:9.4.1.0-jdk8 \
|
||||
/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 git make 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