mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Update Dockerfile
This commit is contained in:
parent
a55d8776ff
commit
b488663f2c
@ -25,7 +25,7 @@ COPY requirements_all.txt requirements_all.txt
|
|||||||
# See PR #8103 for more info.
|
# See PR #8103 for more info.
|
||||||
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 cchardet && \
|
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet && \
|
||||||
pip3 uninstall enum34
|
pip3 uninstall -y enum34
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user