Skip to content

Commit

Permalink
[docker] chmod +x cmdcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Nov 19, 2014
1 parent bfd8556 commit 9b0f349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN cabal update && cabal install haskoin base16-bytestring scientific binary RF
ADD . /hx
WORKDIR /hx
RUN cabal install
RUN /usr/bin/cmdcheck tests/*.t
RUN chmod +x /usr/bin/cmdcheck && /usr/bin/cmdcheck tests/*.t
#RUN apt-get update && apt-get install ${OPTS_APT} lib-ghc...

0 comments on commit 9b0f349

Please sign in to comment.