Skip to content

Commit

Permalink
Create a directory /tmp/telegraf_unix_sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXKnight committed Aug 25, 2024
1 parent 4818012 commit 0d7d62f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN set -eux; \
apt-get -y dist-upgrade; \
apt-get install -y --no-install-recommends iputils-ping zfsutils-linux smartmontools nvme-cli socat jq python-is-python3 python3-pip python3-venv; \
apt-get clean all; \
rm -r /var/lib/apt/lists /var/cache/apt/archives
rm -r /var/lib/apt/lists /var/cache/apt/archives; \
mkdir -p /usr/local/run/telegraf_unix_sockets

RUN set -eux; \
python -m venv "${VIRTUAL_ENV}"; \
Expand Down

0 comments on commit 0d7d62f

Please sign in to comment.