mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Another attempt to fix SSL in Docker
This commit is contained in:
parent
ec4fe7e6e6
commit
a68ab07e72
11
Dockerfile
11
Dockerfile
@ -19,15 +19,8 @@ RUN script/build_python_openzwave && \
|
|||||||
ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config
|
ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config
|
||||||
|
|
||||||
COPY requirements_all.txt requirements_all.txt
|
COPY requirements_all.txt requirements_all.txt
|
||||||
RUN pip3 install --no-cache-dir -r requirements_all.txt
|
# certifi breaks Debian based installs
|
||||||
|
RUN pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall certifi
|
||||||
RUN wget http://www.openssl.org/source/openssl-1.0.2h.tar.gz && \
|
|
||||||
tar -xvzf openssl-1.0.2h.tar.gz && \
|
|
||||||
cd openssl-1.0.2h && \
|
|
||||||
./config --prefix=/usr/ && \
|
|
||||||
make && \
|
|
||||||
make install && \
|
|
||||||
rm -rf openssl-1.0.2h*
|
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user