Skip to content

Commit

Permalink
Install shake in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Aug 8, 2019
1 parent bbfd54c commit 3b8a9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN mkdir -p /root/.local/bin && \
COPY stack.yaml ./
COPY elm-format.cabal ./
RUN stack setup
RUN stack install shake

RUN stack build --only-snapshot
RUN stack build --only-dependencies
Expand Down

0 comments on commit 3b8a9e5

Please sign in to comment.