mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 00:29:50 +01:00
5 lines
117 B
Docker
5 lines
117 B
Docker
|
FROM photon:2.0
|
||
|
|
||
|
RUN tdnf install -y python3 \
|
||
|
&& tdnf install -y python3-pip
|
||
|
RUN pip3 install pipenv==2018.11.26
|