updating dockerfiles...
diff --git a/dockerfiles/Ubuntu15.docker b/dockerfiles/Ubuntu15.docker
index 291af61..8008760 100644
--- a/dockerfiles/Ubuntu15.docker
+++ b/dockerfiles/Ubuntu15.docker
@@ -54,13 +54,13 @@
     unzip
 
 # Build libosmosdr
-RUN git clone $OSMOSDR_GIT && \
-    cd libosmocore && \
-    autoreconf -i && \
-    ./configure && \
-    make && \
-    make install && \
-    ldconfig -i
+# RUN git clone $OSMOSDR_GIT && \
+#    cd libosmocore && \
+#    autoreconf -i && \
+#    ./configure && \
+#    make && \
+#    make install && \
+#    ldconfig -i
 
 COPY ./ /src/