mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Speed up aiohttp (#7064)
This commit is contained in:
parent
3c35d5ea58
commit
72a01b8a90
@ -21,7 +21,7 @@ RUN virtualization/Docker/setup_docker_prereqs
|
||||
# Install hass component dependencies
|
||||
COPY requirements_all.txt requirements_all.txt
|
||||
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
|
||||
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop
|
||||
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet
|
||||
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user