Add again certifi to Docker image (#3813)
Latest versions of certifi (>= 2016.8.31) don't seem to break anything anymore. See home-assistant/home-assistant#2554
This commit is contained in:
parent
d83de36c32
commit
1d7169403b
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ RUN script/build_python_openzwave && \
|
|||
ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config
|
||||
|
||||
COPY requirements_all.txt requirements_all.txt
|
||||
# certifi breaks Debian based installs
|
||||
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi && \
|
||||
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
|
||||
pip3 install mysqlclient psycopg2 uvloop
|
||||
|
||||
# Copy source
|
||||
|
|
Loading…
Add table
Reference in a new issue