Change minio install.
This commit is contained in:
parent
289271dcf9
commit
410bd990dd
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ ENV LANG C.UTF-8
|
|||
COPY run.py /
|
||||
RUN chmod a+x /run.py
|
||||
|
||||
RUN pip3 install --upgrade minio
|
||||
RUN python -m pip install --upgrade minio
|
||||
|
||||
CMD [ "/run.py" ]
|
||||
|
|
Loading…
Reference in a new issue