From 6f9ae75f96bc4f8646f90fb5f38c2e77f8d2095d Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Mon, 3 Apr 2023 11:19:10 +0800 Subject: [PATCH] [dockerfile] No need install python2 in Occlum dev docker image --- tools/docker/Dockerfile.ubuntu20.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile.ubuntu20.04 b/tools/docker/Dockerfile.ubuntu20.04 index 8a74180f..a7b3c446 100644 --- a/tools/docker/Dockerfile.ubuntu20.04 +++ b/tools/docker/Dockerfile.ubuntu20.04 @@ -50,7 +50,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i ocamlbuild \ pkg-config \ protobuf-compiler \ - python \ + python-is-python3 \ python3-pip \ sudo \ unzip \