Revert "fix"

This reverts commit 5aa0ab8fad.
This commit is contained in:
2023-08-27 17:52:46 +02:00
parent 5aa0ab8fad
commit a9f9747019

View File

@@ -18,6 +18,9 @@ ENV \
PS1="$(whoami)@$(hostname):$(pwd)$ " \
TERM="xterm-256color"
# Copy root filesystem
COPY rootfs /
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -39,10 +42,6 @@ RUN set -ex && \
apt-get install telegraf=${TELEGRAF_VERSION} && \
rm -rf /var/lib/apt/lists/*
# Copy root filesystem
COPY rootfs /
WORKDIR /tmp
EXPOSE 8125/udp 8092/udp 8094
# Labels