diff --git a/src/ubuntu/18.04/coredeps/Dockerfile b/src/ubuntu/18.04/coredeps/Dockerfile index ceae6241d..8f0fb68a9 100644 --- a/src/ubuntu/18.04/coredeps/Dockerfile +++ b/src/ubuntu/18.04/coredeps/Dockerfile @@ -38,5 +38,6 @@ RUN apt-get update \ libunwind8 \ libunwind8-dev \ python3 \ + python3-pip \ uuid-dev \ && rm -rf /var/lib/apt/lists/* diff --git a/src/ubuntu/20.04/coredeps/Dockerfile b/src/ubuntu/20.04/coredeps/Dockerfile index 5c9717bb9..aa2fa965f 100644 --- a/src/ubuntu/20.04/coredeps/Dockerfile +++ b/src/ubuntu/20.04/coredeps/Dockerfile @@ -31,5 +31,6 @@ RUN apt-get update \ libunwind8 \ libunwind8-dev \ python3 \ + python3-pip \ uuid-dev \ && rm -rf /var/lib/apt/lists/* diff --git a/src/ubuntu/22.04/coredeps/Dockerfile b/src/ubuntu/22.04/coredeps/Dockerfile index ebbab49bf..9d8216482 100644 --- a/src/ubuntu/22.04/coredeps/Dockerfile +++ b/src/ubuntu/22.04/coredeps/Dockerfile @@ -31,5 +31,6 @@ RUN apt-get update \ libunwind8 \ libunwind8-dev \ python3 \ + python3-pip \ uuid-dev \ && rm -rf /var/lib/apt/lists/*