mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
d03a29e531
Signed-off-by: Wang Yan <wangyan@vmware.com>
5 lines
144 B
Docker
5 lines
144 B
Docker
FROM photon:4.0
|
|
|
|
RUN tdnf install -y python3 python3-pip httpd && tdnf clean all
|
|
RUN pip3 install setuptools && pip3 install pipenv==2018.11.26
|