From 1e4b2700a50c9e6c448959fdd090428f3ef19234 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 29 Jan 2023 13:24:34 -0500 Subject: [PATCH] switch to libcap-utils, the proper package --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef98085..0153a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN \ iptables \ ip6tables \ iputils \ - libcap \ + libcap-utils \ libqrencode \ net-tools \ openresolv \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 187260e..fa6bdc7 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -27,7 +27,7 @@ RUN \ iptables \ ip6tables \ iputils \ - libcap \ + libcap-utils \ libqrencode \ net-tools \ openresolv \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index b961838..df91475 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -27,7 +27,7 @@ RUN \ iptables \ ip6tables \ iputils \ - libcap \ + libcap-utils \ libqrencode \ net-tools \ openresolv \