Skip to content

Commit

Permalink
Add Gemfile to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos committed Nov 20, 2019
1 parent d5752ad commit b375dbf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ ENV GRADLE_HOME=/usr/local/gradle-5.6.3
ENV PATH=$PATH:$GRADLE_HOME/bin

# install Firebase CLI
RUN npm install -g firebase-tools
RUN npm install -g firebase-tools

COPY Gemfile* ./
RUN bundle install
RUN bundle update
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "fastlane"
gem "jira-ruby"
gem "octokit"
gem "fastlane-plugin-firebase_app_distribution"
Empty file added Gemfile.lock
Empty file.

0 comments on commit b375dbf

Please sign in to comment.