mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Docker cleanup. (#8226)
This commit is contained in:
committed by
Paulus Schoutsen
parent
96e1d5524a
commit
a663dbada0
@@ -11,11 +11,14 @@ PACKAGES=(
|
||||
|
||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
||||
|
||||
cd /usr/src/app/
|
||||
mkdir -p build && cd build
|
||||
|
||||
# Clone the latest code from GitHub
|
||||
git clone --depth 1 https://github.com/openalpr/openalpr.git /usr/local/src/openalpr
|
||||
git clone --depth 1 https://github.com/openalpr/openalpr.git openalpr
|
||||
|
||||
# Setup the build directory
|
||||
cd /usr/local/src/openalpr/src
|
||||
cd openalpr/src/
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user