Skip to content

Commit c0f0094

Browse files
committed
update Ruby, fix build
1 parent 996489d commit c0f0094

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ruby:2.3
1+
FROM ruby:3.2.2-alpine
22
COPY . /build
33
RUN cd build && \
4-
bundle install
4+
bundle install && \
5+
gem install wayback_machine_downloader
56
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]

0 commit comments

Comments
 (0)