[dockerfile] No need install python2 in Occlum dev docker image

This commit is contained in:
Zheng, Qi 2023-04-03 11:19:10 +08:00 committed by volcano
parent c615f5107d
commit 6f9ae75f96

@ -50,7 +50,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
ocamlbuild \ ocamlbuild \
pkg-config \ pkg-config \
protobuf-compiler \ protobuf-compiler \
python \ python-is-python3 \
python3-pip \ python3-pip \
sudo \ sudo \
unzip \ unzip \