mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Install concurrent-ruby gem to avoid errors like cannot load such file -- concurrent-ruby
This commit is contained in:
parent
f5572d6129
commit
6518ecf215
@ -3,5 +3,9 @@ USER root
|
||||
WORKDIR /build
|
||||
COPY . /build
|
||||
|
||||
RUN gem update \
|
||||
&& gem install concurrent-ruby \
|
||||
&& bundle install
|
||||
|
||||
WORKDIR /
|
||||
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
|
||||
Loading…
x
Reference in New Issue
Block a user