From 5c00cd28cf97f5c68b872fe5bc5c646abc28a635 Mon Sep 17 00:00:00 2001 From: Ujwal Kundur <ujwal.kundur@gmail.com> Date: Mon, 20 Jun 2022 18:48:43 +0530 Subject: [PATCH] Remove unavaliable package dependency python-is-python3 is unavaliable for Ubuntu 18.04 apparently. apt-get update before apt-get install should take care of this, but is removed for the time being. --- containers/oneapi/onedev.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/containers/oneapi/onedev.Dockerfile b/containers/oneapi/onedev.Dockerfile index 7dc4ccfa2..c286adb37 100644 --- a/containers/oneapi/onedev.Dockerfile +++ b/containers/oneapi/onedev.Dockerfile @@ -60,7 +60,6 @@ RUN --mount=type=cache,target=/var/cache/apt \ python3 \ python3-dev \ python3-distutils \ - python-is-python3 \ time \ unzip \ valgrind \ -- GitLab