Skip to content

Commit

Permalink
update Ruby, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-mmzd committed Sep 8, 2023
1 parent 996489d commit c0f0094
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ruby:2.3
FROM ruby:3.2.2-alpine
COPY . /build
RUN cd build && \
bundle install
bundle install && \
gem install wayback_machine_downloader
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]

0 comments on commit c0f0094

Please sign in to comment.