Skip to content

Commit 3b8a9e5

Browse files
committed
Install shake in the Dockerfile
1 parent bbfd54c commit 3b8a9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN mkdir -p /root/.local/bin && \
2222
COPY stack.yaml ./
2323
COPY elm-format.cabal ./
2424
RUN stack setup
25+
RUN stack install shake
2526

2627
RUN stack build --only-snapshot
2728
RUN stack build --only-dependencies

0 commit comments

Comments
 (0)