Skip to content
Snippets Groups Projects
Verified Commit d2277782 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the package installation

parent 61fd323b
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!192Fixed the index generation on startup
...@@ -2,7 +2,7 @@ FROM opensearchproject/opensearch:2.8.0 as runtime ...@@ -2,7 +2,7 @@ FROM opensearchproject/opensearch:2.8.0 as runtime
USER root USER root
RUN yum install -y jq RUN yum update -y && yum install -y jq
USER opensearch USER opensearch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment