diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ae52242..91af595 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -9,8 +9,6 @@ RUN apt-get install -y --no-install-recommends \ build-essential \ curl \ git \ - python3-dev \ - python3-pip \ cmake \ ca-certificates \ libssl-dev \ diff --git a/Dockerfile.x86_64 b/Dockerfile.x86_64 index 181339e..a526332 100644 --- a/Dockerfile.x86_64 +++ b/Dockerfile.x86_64 @@ -9,8 +9,6 @@ RUN apt-get install -y --no-install-recommends \ build-essential \ curl \ git \ - python3-dev \ - python3-pip \ cmake \ ca-certificates \ libssl-dev \