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