Skip to content

Commit

Permalink
Merge pull request #1315 from afup/fix_build_mailcatcher
Browse files Browse the repository at this point in the history
correction du build
  • Loading branch information
agallou authored Sep 9, 2023
2 parents b50e33e + a6d8aa4 commit 21f520f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dockerfiles/mailcatcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& gem install -v 0.1.2 net-protocol --no-ri --no-rdoc \
&& gem install -v 0.3.0 net-smtp --no-ri --no-rdoc \
&& gem install -v 0.2.2 net-imap --no-ri --no-rdoc \
&& gem install -v 1.1.2 mini_mime --no-ri --no-rdoc \
&& gem install -v $MAILCATCHER_VERSION mailcatcher --no-ri --no-rdoc \
&& apk del .build-deps

Expand Down

0 comments on commit 21f520f

Please sign in to comment.