Skip to content

Commit ec3fd2d

Browse files
Merge pull request #2 from adampweb/master
Upgrade Ruby version + install necessary gem
2 parents 0c701ee + 6518ecf commit ec3fd2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
FROM ruby:2.3-alpine
1+
FROM ruby:3.1.6-alpine
22
USER root
33
WORKDIR /build
44
COPY . /build
55

6+
RUN gem update \
7+
&& gem install concurrent-ruby \
8+
&& bundle install
9+
610
WORKDIR /
711
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]

0 commit comments

Comments
 (0)