mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-02 02:31:24 +01:00
5 lines
173 B
Docker
5 lines
173 B
Docker
FROM photon:2.0
|
|
|
|
RUN tdnf install -y python3 \
|
|
&& tdnf install -y python3-pip python3-PyYAML python3-jinja2
|
|
RUN pip3 install setuptools && pip3 install pipenv==2021.5.29 |