From 7a3654e3d458dcab0942b8ae4a759dcba7f0b046 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 31 Mar 2021 12:55:43 -0400 Subject: [PATCH] chore: Remove python deps --- Dockerfile.aarch64 | 2 -- Dockerfile.x86_64 | 2 -- 2 files changed, 4 deletions(-) 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 \