Skip to content

Commit

Permalink
[docker] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Nov 20, 2014
1 parent 25cb844 commit 5f48cf9
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 @@ -10,5 +10,5 @@ RUN cabal install
ADD https://github.com/np/cmdcheck/raw/master/cmdcheck /hx/cmdcheck
RUN chmod +x /hx/cmdcheck && \
PATH=/hx/dist/build/hx:$PATH \
/usr/bin/cmdcheck tests/*.t
/hx/cmdcheck tests/*.t
#RUN apt-get update && apt-get install ${OPTS_APT} lib-ghc...

0 comments on commit 5f48cf9

Please sign in to comment.