From a353817aee83ef89d450aaccd1d035e6e1fb4ada Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 18 Jun 2021 10:20:34 +0100 Subject: [PATCH] refactor(common): remove python3 Synchronizes with Zephyr documentation. See: https://docs.zephyrproject.org/2.5.0/getting_started/index.html See: https://docs.zephyrproject.org/2.5.0/getting_started/installation_linux.html#installation-linux PR: https://github.com/zmkfirmware/zmk-docker/pull/89 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31ce40c5..484220cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN \ gperf \ make \ ninja-build \ - python3 \ python3-dev \ python3-pip \ python3-setuptools \