Skip to content

Commit

Permalink
reduce img size; bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Oct 3, 2020
1 parent b9b757f commit a1003fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.8.6-slim-buster
ADD exporter.py requirements.txt /
RUN pip3 install -r ./requirements.txt
ENTRYPOINT [ "python3", "./exporter.py" ]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homematicip ~= 0.10.19
prometheus_client >= 0.5.0
homematicip ~= 0.11.0
prometheus_client >= 0.8.0

0 comments on commit a1003fd

Please sign in to comment.