Skip to content

Commit

Permalink
Copy Gemfile.lock to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pool2win committed Jul 6, 2024
1 parent 49ffa14 commit 8065e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apk --no-cache add curl ruby ruby-dev python3 bash build-base gcc wget git \
# make install

WORKDIR /bitcoin-dsl
COPY Gemfile Rakefile.rb .
COPY Gemfile Gemfile.lock Rakefile.rb .

RUN gem install bundler:2.5.5 && \
bundle install --without=development && \
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ GEM
murmurhash3 (0.1.7)
mutex_m (0.2.0)
native-package-installer (1.1.9)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand Down Expand Up @@ -174,6 +176,7 @@ GEM
yard (0.9.36)

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 8065e30

Please sign in to comment.