Skip to content

Commit

Permalink
Use slim image for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmooney committed Nov 14, 2023
1 parent f7aa5fa commit f376275
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM ruby:3.1.4
FROM ruby:3.1.4-slim

RUN apt update
RUN apt install -y build-essential

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit f376275

Please sign in to comment.