diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b16684f..c2ada0c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -85,7 +85,6 @@ RUN rm -f \ libbbox* \ libboost_* \ libcapture* \ - libcurl* \ libgcrypt* \ libgmp* \ libgnutls* \ @@ -137,7 +136,6 @@ RUN rm -rf \ gpg-error.pc \ hogweed.pc \ icu* \ - libcurl.pc \ libgcrypt.pc \ libmagic.pc \ libmicrohttpd.pc \ @@ -164,7 +162,6 @@ RUN rm -rf \ axsdk/axptz* \ bbox.h \ capture* \ - curl \ dbus-* \ gcrypt.h \ gmock \ diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf index cac91b4..03e1131 100644 --- a/Dockerfile.armv7hf +++ b/Dockerfile.armv7hf @@ -85,7 +85,6 @@ RUN rm -f \ libbbox* \ libboost_* \ libcapture* \ - libcurl* \ libgcrypt* \ libgmp* \ libgnutls* \ @@ -137,7 +136,6 @@ RUN rm -rf \ gpg-error.pc \ hogweed.pc \ icu* \ - libcurl.pc \ libgcrypt.pc \ libmagic.pc \ libmicrohttpd.pc \ @@ -164,7 +162,6 @@ RUN rm -rf \ axsdk/axptz* \ bbox.h \ capture* \ - curl \ dbus-* \ gcrypt.h \ gmock \