mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Docker registry apparently does git clone --recursive
This commit is contained in:
parent
a5976b7c6f
commit
8abe473e53
@ -1,11 +1,6 @@
|
||||
FROM python:3-onbuild
|
||||
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
||||
|
||||
# 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
|
||||
|
||||
EXPOSE 8123
|
||||
|
Loading…
x
Reference in New Issue
Block a user