mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Dockerfile initialized git submodules wrongly
This commit is contained in:
parent
aa33e051bb
commit
a5976b7c6f
@ -1,8 +1,10 @@
|
||||
FROM python:3-onbuild
|
||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
|
||||
# Initialize the submodules
|
||||
RUN git submodule init && git submodule update --recursive
|
||||
# Initialize the submodules.
|
||||
#Can't use git submodule init because we are not in a git repo anymore
|
||||
RUN git clone https://github.com/balloob/pywemo.git external/pywemo && \
|
||||
git clone https://github.com/balloob/pynetgear.git external/pynetgear
|
||||
|
||||
VOLUME /config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user