This commit is contained in:
2023-08-25 15:27:56 +02:00
parent 3abf75e158
commit af234fdcc8
3 changed files with 7 additions and 23 deletions

View File

@@ -13,15 +13,12 @@ ARG YQ_VERSION
ARG PROMTAIL_VERSION
# Add yq and tzdata (required for the timestamp stage)
RUN apt-get update && apt-get install -qy libsystemd-dev
RUN set -eux; \
apt-get update; \
apt-get install -qy --no-install-recommends \
tar \
unzip \
psmisc \
procps \
strace \
libsystemd-dev \
; \
update-ca-certificates; \
case "${BUILD_ARCH}" in \
@@ -51,8 +48,6 @@ RUN set -eux; \
COPY rootfs /
WORKDIR /data/promtail
COPY s6-overlay /package/admin/s6-overlay-3.1.5.0/
# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \