test
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
ARG BASE_IMAGE=opensearchproject/opensearch:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
# Install dependencies for configuration
|
||||
RUN microdnf update -y && \
|
||||
microdnf install -y gettext bash jq && \
|
||||
microdnf clean all
|
||||
# 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/*
|
||||
|
||||
# Copy configuration files and scripts
|
||||
COPY rootfs/ /
|
||||
|
Reference in New Issue
Block a user