mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 14:52:17 +01:00
Upgrade pipenv to 2022.1.8 (#17093)
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
parent
1c3eb6974c
commit
77d28105bc
@ -1,7 +1,7 @@
|
||||
FROM photon:4.0
|
||||
|
||||
RUN tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all
|
||||
RUN pip3 install pipenv==2020.11.15
|
||||
RUN pip3 install pipenv==2022.1.8
|
||||
|
||||
#To install only htpasswd binary from photon package httpd
|
||||
RUN tdnf install -y rpm cpio apr-util
|
||||
|
Loading…
Reference in New Issue
Block a user