also install g++ gnueabihf
This commit is contained in:
@@ -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 && \
|
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
gcc-arm-linux-gnueabihf \
|
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
|
||||||
multiarch-support dpkg-dev distcc ccache \
|
multiarch-support dpkg-dev distcc ccache \
|
||||||
build-essential gcc cpp g++ clang llvm && \
|
build-essential gcc cpp g++ clang llvm && \
|
||||||
apt-get clean -y && \
|
apt-get clean -y && \
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ spec:
|
|||||||
name: mosquitto-data
|
name: mosquitto-data
|
||||||
subPath: mosquitto/data
|
subPath: mosquitto/data
|
||||||
- name: mosquitto-exporter
|
- name: mosquitto-exporter
|
||||||
image: cr.lan/mosquitto-exporter:arm64
|
image: cr.lan/mosquitto-exporter
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9234
|
- containerPort: 9234
|
||||||
|
|||||||
Reference in New Issue
Block a user