mirror of
https://github.com/home-assistant/core.git
synced 2025-10-23 02:29:32 +00:00
Docker cleanup. (#8226)
This commit is contained in:

committed by
Paulus Schoutsen

parent
96e1d5524a
commit
a663dbada0
@@ -12,7 +12,7 @@ PYTHON_LDLIBRARY=$(python -c 'from distutils import sysconfig; print(sysconfig.g
|
||||
PYTHON_LIBRARY="${PYTHON_LIBDIR}/${PYTHON_LDLIBRARY}"
|
||||
PYTHON_INCLUDE_DIR=$(python -c 'from distutils import sysconfig; print(sysconfig.get_python_inc())')
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
cd /usr/src/app/
|
||||
mkdir -p build && cd build
|
||||
|
||||
if [ ! -d libcec ]; then
|
||||
|
Reference in New Issue
Block a user