mirror of
https://github.com/jkocon/hassio-addons.git
synced 2026-02-24 05:14:41 +01:00
Create dockerfile
This commit is contained in:
10
minio_backup/dockerfile
Normal file
10
minio_backup/dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y openssl && apt-get clean
|
||||
|
||||
WORKDIR /app
|
||||
COPY run.py /app/run.py
|
||||
|
||||
RUN pip install requests boto3
|
||||
|
||||
CMD ["python", "/app/run.py"]
|
||||
Reference in New Issue
Block a user