mirror of
https://github.com/goharbor/harbor
synced 2025-04-28 07:56:22 +00:00
5 lines
144 B
Docker
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
|