From 7fbf83a27eba01416219efd161d30fd504a5c8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Moreira?= Date: Mon, 17 Sep 2018 11:26:44 +0100 Subject: [PATCH] travis: remove the verbose sets that were added because of travis --- package-builder-precached/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-builder-precached/Dockerfile b/package-builder-precached/Dockerfile index 4521ca6..748b078 100644 --- a/package-builder-precached/Dockerfile +++ b/package-builder-precached/Dockerfile @@ -7,10 +7,10 @@ RUN ./scripts/feeds install openzwave RUN ./scripts/feeds install python RUN ./scripts/feeds install perl RUN ./scripts/feeds install node -RUN make V=s defconfig; -RUN make V=s package/bzip2/compile -RUN make V=s package/zlib/compile -RUN make V=s package/openzwave/compile -RUN make V=s package/python/compile -RUN make V=s package/perl/compile -RUN make V=s package/node/compile \ No newline at end of file +RUN make defconfig; +RUN make package/bzip2/compile +RUN make package/zlib/compile +RUN make package/openzwave/compile +RUN make package/python/compile +RUN make package/perl/compile +RUN make package/node/compile \ No newline at end of file