Try to fix pip install.

This commit is contained in:
Alex Manning 2023-10-24 17:44:52 +01:00
parent 7157ef40e0
commit 47ed45333f
3 changed files with 3 additions and 3 deletions

View file

@ -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" ]

View file

@ -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."

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/local/bin/python
import json
import pathlib