From 8abe473e533783a09f716346a854b609375d7add Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 24 Sep 2014 23:18:10 -0500 Subject: [PATCH] Docker registry apparently does git clone --recursive --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07bb4e9fc8f0..5c4cfc787048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,6 @@ FROM python:3-onbuild MAINTAINER Paulus Schoutsen -# 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