harbor/make/photon/prepare/Dockerfile.base
Ziming Zhang bd2d3ecc81 feat(cicd) fix build_base_docker and prepare image
Signed-off-by: Ziming Zhang <zziming@vmware.com>
2020-03-23 12:03:48 +08:00

5 lines
144 B
Docker

FROM photon:2.0
RUN tdnf install -y python3 \
&& tdnf install -y python3-pip
RUN pip3 install setuptools && pip3 install pipenv==2018.11.26