mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Dockerfile test 2
I really should not be using deprecated parameters.
This commit is contained in:
@@ -5,8 +5,9 @@ WORKDIR /build
|
||||
COPY Gemfile /build/
|
||||
COPY *.gemspec /build/
|
||||
|
||||
RUN bundle config set jobs $(nproc) \
|
||||
&& bundle install --without development test
|
||||
RUN bundle config set jobs "$(nproc)" \
|
||||
&& bundle config set without 'development test' \
|
||||
&& bundle install
|
||||
|
||||
COPY . /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user