Skip to content

Commit

Permalink
(maint) Add the ec2 provider to our prod-all-providers Gemfile
Browse files Browse the repository at this point in the history
this will allow to build a prod image that includes the ec2 code
  • Loading branch information
Samuel Beaulieu committed Aug 2, 2022
1 parent 229b926 commit 9cd9505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/prod-all-providers/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

gem 'vmpooler', '~> 2.4'
gem 'vmpooler-provider-ec2', '~> 0.0.1'
gem 'vmpooler-provider-gce', '~> 0.4'
gem 'vmpooler-provider-vsphere', '~> 1.6'
gem 'vmpooler-provider-gce', '~> 0.3'

0 comments on commit 9cd9505

Please sign in to comment.