Skip to content

Commit 375c631

Browse files
Dockerfile test
...again
1 parent 6e2739f commit 375c631

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
FROM ruby:3.4.3-alpine
1+
FROM ruby:3.4.4-alpine
22
USER root
33
WORKDIR /build
44

55
COPY Gemfile /build/
66
COPY *.gemspec /build/
77

8-
RUN gem update \
9-
&& bundle config set jobs $(nproc) \
10-
&& bundle install
8+
RUN bundle config set jobs $(nproc) \
9+
&& bundle install --without development test
1110

1211
COPY . /build
1312

1413
WORKDIR /
15-
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]
14+
ENTRYPOINT [ "/build/bin/wayback_machine_downloader" ]

0 commit comments

Comments
 (0)