From 878359e846712cdee3dfbf06fcf656b145c672cc Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 23 Feb 2021 17:49:44 +0100 Subject: [PATCH] also install g++ gnueabihf --- apps/distcc/Dockerfile | 2 +- apps/mosquitto/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/distcc/Dockerfile b/apps/distcc/Dockerfile index 7fccea4..2f57d0c 100644 --- a/apps/distcc/Dockerfile +++ b/apps/distcc/Dockerfile @@ -4,7 +4,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.li sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \ apt-get update && \ apt-get install -y \ - gcc-arm-linux-gnueabihf \ + gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \ multiarch-support dpkg-dev distcc ccache \ build-essential gcc cpp g++ clang llvm && \ apt-get clean -y && \ diff --git a/apps/mosquitto/deployment.yaml b/apps/mosquitto/deployment.yaml index 0022724..ac6b3cd 100644 --- a/apps/mosquitto/deployment.yaml +++ b/apps/mosquitto/deployment.yaml @@ -62,7 +62,7 @@ spec: name: mosquitto-data subPath: mosquitto/data - name: mosquitto-exporter - image: cr.lan/mosquitto-exporter:arm64 + image: cr.lan/mosquitto-exporter imagePullPolicy: Always ports: - containerPort: 9234