diff --git a/dev/Dockerfile-ubuntu-20.04 b/dev/Dockerfile-ubuntu-20.04 index 4be1543..b805c94 100644 --- a/dev/Dockerfile-ubuntu-20.04 +++ b/dev/Dockerfile-ubuntu-20.04 @@ -15,6 +15,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \ diff --git a/dev/Dockerfile-ubuntu-20.04-complete b/dev/Dockerfile-ubuntu-20.04-complete index 294e694..3970692 100644 --- a/dev/Dockerfile-ubuntu-20.04-complete +++ b/dev/Dockerfile-ubuntu-20.04-complete @@ -16,6 +16,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \ diff --git a/dev/Dockerfile-ubuntu-22.04 b/dev/Dockerfile-ubuntu-22.04 index ab9c815..2f0c953 100644 --- a/dev/Dockerfile-ubuntu-22.04 +++ b/dev/Dockerfile-ubuntu-22.04 @@ -17,6 +17,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \ diff --git a/dev/Dockerfile-ubuntu-22.04-complete b/dev/Dockerfile-ubuntu-22.04-complete index d294025..ee9b1c4 100644 --- a/dev/Dockerfile-ubuntu-22.04-complete +++ b/dev/Dockerfile-ubuntu-22.04-complete @@ -17,6 +17,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \ diff --git a/dev/Dockerfile-ubuntu-24.04 b/dev/Dockerfile-ubuntu-24.04 index 6c4651c..29beb74 100644 --- a/dev/Dockerfile-ubuntu-24.04 +++ b/dev/Dockerfile-ubuntu-24.04 @@ -17,6 +17,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1t64 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \ diff --git a/dev/Dockerfile-ubuntu-24.04-complete b/dev/Dockerfile-ubuntu-24.04-complete index cc30bd4..82bcc15 100644 --- a/dev/Dockerfile-ubuntu-24.04-complete +++ b/dev/Dockerfile-ubuntu-24.04-complete @@ -17,6 +17,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ sudo \ libelf1 \ + libdw1t64 \ + libfile-which-perl \ + liburi-perl \ kmod \ file \ python3-dev \