From 4e812f4e09dcccfb7a61da13c0a2e92b66e25b1f Mon Sep 17 00:00:00 2001 From: PaulVMo Date: Sat, 6 Aug 2022 15:09:19 -0500 Subject: [PATCH] add pax-utils to debian Dockerfile --- Dockerfile-ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-ubuntu b/Dockerfile-ubuntu index aec9cdc6c..4ba4da78a 100644 --- a/Dockerfile-ubuntu +++ b/Dockerfile-ubuntu @@ -29,6 +29,7 @@ RUN apt update \ libtool \ lz4 \ libprotobuf-dev \ + pax-utils \ wget \ ${EXTRA_BUILD_APT_PACKAGES}