Skip to content

Commit

Permalink
Merge pull request #24 from ajain0811/docker_branch
Browse files Browse the repository at this point in the history
Updated Dockerfile in order to avoid the complete Github repo getting…
  • Loading branch information
slk244 authored Mar 12, 2021
2 parents cee1e4e + b15b899 commit 1d2ccf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ RUN gem build fluent-plugin-vmware-log-intelligence.gemspec
RUN gem install bundler && bundle install --jobs 20 --retry 5
RUN gem install fluent-plugin-vmware-log-intelligence
RUN gem list

WORKDIR /
RUN rm -rf /app

0 comments on commit 1d2ccf0

Please sign in to comment.