harbor/make/photon/prepare/Dockerfile.base
Ziming Zhang 94230b5e19 feat(cicd) fix some build problem
Signed-off-by: Ziming Zhang <zziming@vmware.com>
2020-02-25 12:05:39 +08:00

5 lines
144 B
Docker

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