diff --git a/Dockerfile b/Dockerfile index 90643fb..1837b0e 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 +RUN chmod +x /usr/bin/cmdcheck && /usr/bin/cmdcheck tests/*.t 2>&1 #RUN apt-get update && apt-get install ${OPTS_APT} lib-ghc...