Skip to content

Commit

Permalink
[DDS-1724] Updated mailhog and es builds (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen authored Oct 17, 2023
1 parent ca237f4 commit 44802bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions images/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM elasticsearch:8.5.3

ENV ES_PATH=/usr/share/elasticsearch

RUN $ES_PATH/bin/elasticsearch-plugin install --batch ingest-attachment \
&& $ES_PATH/bin/elasticsearch-plugin install analysis-kuromoji \
RUN $ES_PATH/bin/elasticsearch-plugin install analysis-kuromoji \
&& $ES_PATH/bin/elasticsearch-plugin install analysis-icu
4 changes: 2 additions & 2 deletions images/mailhog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# MailHog Dockerfile
#

FROM alpine:3.4
FROM alpine:3

# Install ca-certificates, required for the "release message" feature:
RUN apk --no-cache add \
Expand All @@ -14,7 +14,7 @@ RUN apk --no-cache add --virtual build-dependencies \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
&& go get github.com/mailhog/MailHog \
&& go install github.com/mailhog/MailHog@latest \
&& mv /root/gocode/bin/MailHog /usr/local/bin \
&& rm -rf /root/gocode \
&& apk del --purge build-dependencies
Expand Down

0 comments on commit 44802bf

Please sign in to comment.