From 2b278b799e642caec47749e64f89b83c0c879c79 Mon Sep 17 00:00:00 2001 From: Ryan Sullivant Date: Tue, 19 Mar 2024 21:45:21 -0600 Subject: [PATCH] Add ghcup --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 9ebfa77..f2eb2e5 100644 --- a/Containerfile +++ b/Containerfile @@ -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