Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Oct 15, 2021
1 parent 0cddab3 commit 7593485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV LANG fr_FR.UTF-8
ENV LC_ALL fr_FR.UTF-8

RUN mkdir -p /data
RUN pip install --upgrade pip
RUN pip install -r /app/requirement.txt

CMD ["python", "-u", "/app/main.py"]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ volumes:

- Add **DJU18**
- Create Home Assistant OS Addons
- Add Postgres/MariaDB connector
- Add Postgres/MariaDB Connector
- Add InfluxDB Connector

## Change log:

Expand Down

0 comments on commit 7593485

Please sign in to comment.