You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN echo '%root ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/root
RUN addgroup elasticsearch root
COPY hspell-data-files /var/lib/hspell-data-files
# install hebmorph plugin
RUN elasticsearch-plugin install --verbose https://bintray.com/synhershko/elasticsearch-analysis-hebrew/download_file?file_path=elasticsearch-analysis-hebrew-$ELASTICSEARCH_ANALYSIS_HEBREW_VERSION.zip
# upgrade packages to fix this bug: https://bugs.alpinelinux.org/issues/7093 (encountered on upgrade to kubernetes 1.9)