Skip to content

Commit

Permalink
remove lockfile from gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Dec 7, 2021
1 parent 2168d2a commit 222ee1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ruby:2.5

RUN bundle config --global frozen 1

RUN apt-get update

# Libre libreoffice
Expand All @@ -11,7 +9,7 @@ RUN apt-get install -y --no-install-recommends libreoffice-writer

RUN soffice --version

COPY Gemfile Gemfile.lock word-to-markdown.gemspec ./
COPY Gemfile word-to-markdown.gemspec ./
COPY lib/word-to-markdown/version.rb ./lib/word-to-markdown/version.rb
RUN bundle install

Expand Down

0 comments on commit 222ee1e

Please sign in to comment.