Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-04-17 17:52:42 +02:00
parent 17b35a45db
commit c671018798
17 changed files with 23 additions and 4 deletions

View File

@@ -4,11 +4,13 @@ FROM elasticsearch:8.13.0
USER root
ARG DEBIAN_FRONTEND noninteractive
# hadolint ignore=DL3008
RUN set -ex; \
\
export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
apt-get upgrade -y; \
apt-get install -y --no-install-recommends \
tzdata \
; \