Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
83e6c24f
Commit
83e6c24f
authored
9 years ago
by
Paulus Schoutsen
Browse files
Options
Downloads
Patches
Plain Diff
Re-enable Z-Wave for Docker
parent
64927504
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+5
-6
5 additions, 6 deletions
Dockerfile
script/build_python_openzwave
+2
-2
2 additions, 2 deletions
script/build_python_openzwave
with
7 additions
and
8 deletions
Dockerfile
+
5
−
6
View file @
83e6c24f
...
...
@@ -10,11 +10,10 @@ RUN apt-get update && \
apt-get
install
-y
--no-install-recommends
nmap net-tools
&&
\
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
# Open Z-Wave disabled because broken
#RUN apt-get update && \
# apt-get install -y cython3 libudev-dev && \
# apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
# pip3 install cython && \
# scripts/build_python_openzwave
RUN
apt-get update
&&
\
apt-get
install
-y
cython3 libudev-dev
&&
\
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
&&
\
pip3
install
"cython<0.23"
&&
\
script/build_python_openzwave
CMD
[ "python", "-m", "homeassistant", "--config", "/config" ]
This diff is collapsed.
Click to expand it.
script/build_python_openzwave
+
2
−
2
View file @
83e6c24f
# Sets up and builds python open zwave to be used with Home Assistant
# Dependencies that need to be installed:
# Dependencies that need to be installed:
# apt-get install cython3 libudev-dev python-sphinx python3-setuptools
# pip3 install cython
# pip3 install
"
cython
<0.23"
cd "$(dirname "$0")/.."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment