From 8f1918103f4a82acddd097cf507446cf2281790a Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Thu, 20 Nov 2014 00:09:24 +0100 Subject: [PATCH] [docker] disable tests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1837b0e..b605e5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN cabal update && cabal install haskoin base16-bytestring scientific binary RF ADD . /hx WORKDIR /hx RUN cabal install -RUN chmod +x /usr/bin/cmdcheck && /usr/bin/cmdcheck tests/*.t 2>&1 +#RUN chmod +x /usr/bin/cmdcheck && /usr/bin/cmdcheck tests/*.t #RUN apt-get update && apt-get install ${OPTS_APT} lib-ghc...