Skip to content

Commit

Permalink
Add ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli55 committed Mar 20, 2024
1 parent faef340 commit 2b278b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY shell-packages /
COPY dev-packages /
RUN pacman -Syu --needed --noconfirm - < shell-packages
RUN pacman -Syu --needed --noconfirm - < dev-packages
RUN curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
RUN rm /shell-packages
RUN rm /dev-packages

Expand Down

0 comments on commit 2b278b7

Please sign in to comment.