mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-11 17:31:26 +01:00
5 lines
147 B
Docker
5 lines
147 B
Docker
FROM photon:4.0
|
|
|
|
RUN tdnf install -y python3 python3-pip httpd python3-PyYAML python3-jinja2 && tdnf clean all
|
|
RUN pip3 install pipenv==2020.11.15
|