Skip to content

Commit 1644480

Browse files
authored
Merge pull request #1179 from TristanCacqueray/nix-update
Update nix dependencies to the latest stable
2 parents 7992ec0 + c37ab84 commit 1644480

File tree

15 files changed

+231
-290
lines changed

15 files changed

+231
-290
lines changed

DockerfileUBI

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN dnf install -y \
5353
gcc-c++
5454

5555

56-
ARG GHC=9.10.1
56+
ARG GHC=9.10.3
5757
ARG CABAL=latest
5858

5959
# Install GHC and cabal
@@ -72,10 +72,12 @@ RUN dnf install -y \
7272
# Copy source tree
7373
COPY . /build
7474

75+
ENV LANG en_US.UTF-8
76+
7577
# Build Monocle
7678
RUN cd /build && \
7779
cabal update && \
78-
cabal install --project-file=cabal-override.project --installdir /
80+
bash -c "source /etc/profile; cabal install --project-file=cabal-override.project --installdir /"
7981

8082
##### Monocle Web UI build #####
8183

0 commit comments

Comments
 (0)