Skip to content

Commit

Permalink
add kotlinc to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
csicar committed Sep 22, 2019
1 parent 6ef313f commit d71f661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN su build -c 'yay -S --needed --noprogressbar --needed --noconfirm stack'

RUN su build -c 'yay -S --needed --noprogressbar --needed --noconfirm gradle'

RUN su build -c 'yay -S --needed --noprogressbar --needed --noconfirm kotlin'

# populate caches to speed up compilation
RUN stack setup
WORKDIR /root
Expand Down

0 comments on commit d71f661

Please sign in to comment.