Skip to content

Commit

Permalink
Remove ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsulli55 committed Mar 20, 2024
1 parent 6a4950f commit 2b038fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY shell-packages /
COPY dev-packages /
RUN pacman -Syu --needed --noconfirm - < shell-packages
RUN pacman -Syu --needed --noconfirm - < dev-packages
ENV BOOTSTRAP_HASKELL_NONINTERACTIVE=1
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 2b038fa

Please sign in to comment.