mosquitto and prometheus

This commit is contained in:
2022-07-30 12:43:56 +02:00
parent 105e051d64
commit 17f8b2f5cb
5 changed files with 59 additions and 81 deletions

View File

@@ -1,8 +1,6 @@
FROM debian:stable-slim
FROM cr.lan/debian-stable
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
mosquitto procps && \
apt-get clean -y && \