Try to fix pip install.
This commit is contained in:
parent
7157ef40e0
commit
47ed45333f
3 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,6 @@ ENV LANG C.UTF-8
|
|||
COPY run.py /
|
||||
RUN chmod a+x /run.py
|
||||
|
||||
RUN python -m pip install --upgrade minio
|
||||
RUN /usr/local/bin/python -m pip install --upgrade minio
|
||||
|
||||
CMD [ "/run.py" ]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: "Minio Backup"
|
||||
version: "0.0.2"
|
||||
version: "0.0.3"
|
||||
slug: minio-backup
|
||||
description: >-
|
||||
"Backup the backup folder using minio."
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/local/bin/python
|
||||
|
||||
import json
|
||||
import pathlib
|
||||
|
|
Loading…
Reference in a new issue