We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2960de commit c37ab84Copy full SHA for c37ab84
DockerfileUBI
@@ -72,10 +72,12 @@ RUN dnf install -y \
72
# Copy source tree
73
COPY . /build
74
75
+ENV LANG en_US.UTF-8
76
+
77
# Build Monocle
78
RUN cd /build && \
79
cabal update && \
- cabal install --project-file=cabal-override.project --installdir /
80
+ bash -c "source /etc/profile; cabal install --project-file=cabal-override.project --installdir /"
81
82
##### Monocle Web UI build #####
83
0 commit comments