From 9234f22ebf6e7cbc1bae3b05980ae3a3616e1fc9 Mon Sep 17 00:00:00 2001 From: GHakansson <175003894+GHakansson@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:51:46 +0100 Subject: [PATCH 1/2] Remove libevent.so --- Dockerfile.aarch64 | 1 + Dockerfile.armv7hf | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6cb2295..8402c90 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -91,6 +91,7 @@ RUN rm -f \ libaxptz* \ libboost_* \ libcapture* \ + libevent.so* \ libgcrypt* \ libgmp* \ libgnutls* \ diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf index b31a745..164427a 100644 --- a/Dockerfile.armv7hf +++ b/Dockerfile.armv7hf @@ -90,6 +90,7 @@ RUN rm -f \ libaxhttp* \ libaxptz* \ libboost_* \ + libevent.so* \ libcapture* \ libgcrypt* \ libgmp* \ From 5a99e7d8827fd6a507127fda9747adc50de07f7c Mon Sep 17 00:00:00 2001 From: GHakansson <175003894+GHakansson@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:20:49 +0100 Subject: [PATCH 2/2] Remove event.h as well --- Dockerfile.aarch64 | 1 + Dockerfile.armv7hf | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 8402c90..3b56080 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -166,6 +166,7 @@ RUN rm -rf \ axsdk/axptz* \ capture* \ dbus-* \ + event.h \ gcrypt.h \ gmock \ gmp-32.h \ diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf index 164427a..1246a0e 100644 --- a/Dockerfile.armv7hf +++ b/Dockerfile.armv7hf @@ -166,6 +166,7 @@ RUN rm -rf \ axsdk/axptz* \ capture* \ dbus-* \ + event.h \ gcrypt.h \ gmock \ gmp-32.h \