This commit is contained in:
ai-dev
2025-09-21 23:52:37 +02:00
parent 9440c9d265
commit 635ae8fac3

View File

@@ -1,11 +1,10 @@
ARG BASE_IMAGE=opensearchproject/opensearch:latest
FROM ${BASE_IMAGE}
# Install dependencies for configuration (Ubuntu uses apt)
RUN apt-get update -y && \
apt-get install -y gettext-base jq && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# Install dependencies for configuration (Amazon Linux 2023 uses dnf)
RUN dnf update -y && \
dnf install -y gettext jq && \
dnf clean all
# Copy configuration files and scripts
COPY rootfs/ /