We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996489d commit c0f0094Copy full SHA for c0f0094
Dockerfile
@@ -1,5 +1,6 @@
1
-FROM ruby:2.3
+FROM ruby:3.2.2-alpine
2
COPY . /build
3
RUN cd build && \
4
- bundle install
+ bundle install && \
5
+ gem install wayback_machine_downloader
6
ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ]
0 commit comments