mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Docker cleanup. (#8226)
This commit is contained in:
committed by
Paulus Schoutsen
parent
96e1d5524a
commit
a663dbada0
@@ -10,20 +10,15 @@ 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/auerswal/ssocr.git /usr/local/src/ssocr
|
||||
git clone --depth 1 https://github.com/auerswal/ssocr.git ssocr
|
||||
cd ssocr/
|
||||
|
||||
# Build ssocr
|
||||
(
|
||||
# Setup the build directory
|
||||
cd /usr/local/src/ssocr
|
||||
# Compile the library
|
||||
make
|
||||
|
||||
# compile the library
|
||||
make
|
||||
|
||||
# Install the binaries/libraries to your local system (prefix is /usr/local)
|
||||
make install
|
||||
|
||||
# Cleanup
|
||||
make clean
|
||||
)
|
||||
# Install the binaries/libraries to your local system (prefix is /usr/local)
|
||||
make install
|
||||
Reference in New Issue
Block a user