Skip to content

Commit

Permalink
Add libnss3.so to Dockerfile template (reporting) (#75370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Griffith authored Aug 18, 2020
1 parent 245c0a3 commit 0707e29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EXPOSE 5601
RUN for iter in {1..10}; do \
{{packageManager}} update --setopt=tsflags=nodocs -y && \
{{packageManager}} install --setopt=tsflags=nodocs -y \
fontconfig freetype shadow-utils {{#ubi}}findutils{{/ubi}} && \
fontconfig freetype shadow-utils libnss3.so {{#ubi}}findutils{{/ubi}} && \
{{packageManager}} clean all && exit_code=0 && break || exit_code=$? && echo "{{packageManager}} error: retry $iter in 10s" && \
sleep 10; \
done; \
Expand Down Expand Up @@ -119,4 +119,4 @@ LABEL name="Kibana" \

ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]

CMD ["/usr/local/bin/kibana-docker"]
CMD ["/usr/local/bin/kibana-docker"]

0 comments on commit 0707e29

Please sign in to comment.