mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Speed up aiohttp (#7064)
This commit is contained in:
@@ -21,7 +21,7 @@ RUN virtualization/Docker/setup_docker_prereqs
|
|||||||
# Install hass component dependencies
|
# Install hass component dependencies
|
||||||
COPY requirements_all.txt requirements_all.txt
|
COPY requirements_all.txt requirements_all.txt
|
||||||
RUN pip3 install --no-cache-dir -r 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 source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Reference in New Issue
Block a user