Skip to content

Commit

Permalink
Update to mailcatcher (#886)
Browse files Browse the repository at this point in the history
Fix building of mailcatcher docker image for Ruby 2.7
  • Loading branch information
thatkevin authored Jan 8, 2024
1 parent 00d8b66 commit 71621ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/mailcatcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM ruby:2.7

ARG VERSION=0.8.2

RUN gem install mailcatcher -v $VERSION
RUN gem install sqlite3 -v 1.6.9 && \
gem install mailcatcher -v $VERSION

EXPOSE 1025 1080

Expand Down

0 comments on commit 71621ec

Please sign in to comment.