mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Dockerfile test
...again
This commit is contained in:
parent
6e2739f5a8
commit
375c6314ad
@ -1,13 +1,12 @@
|
||||
FROM ruby:3.4.3-alpine
|
||||
FROM ruby:3.4.4-alpine
|
||||
USER root
|
||||
WORKDIR /build
|
||||
|
||||
COPY Gemfile /build/
|
||||
COPY *.gemspec /build/
|
||||
|
||||
RUN gem update \
|
||||
&& bundle config set jobs $(nproc) \
|
||||
&& bundle install
|
||||
RUN bundle config set jobs $(nproc) \
|
||||
&& bundle install --without development test
|
||||
|
||||
COPY . /build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user