mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Install locales before running locale-gen
This commit is contained in:
parent
20bb7bab02
commit
93738c5865
@ -13,7 +13,6 @@
|
||||
set -exu
|
||||
|
||||
mkdir /home/stackage -p
|
||||
locale-gen en_US.UTF-8
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
@ -110,6 +109,7 @@ apt-get install -y \
|
||||
libzip-dev \
|
||||
libzmq3-dev \
|
||||
llvm-3.7 \
|
||||
locales \
|
||||
m4 \
|
||||
nettle-dev \
|
||||
nodejs \
|
||||
@ -124,6 +124,8 @@ apt-get install -y \
|
||||
zip \
|
||||
zlib1g-dev
|
||||
|
||||
locale-gen en_US.UTF-8
|
||||
|
||||
curl -sSL https://get.haskellstack.org/ | sh
|
||||
|
||||
# Put documentation where we expect it
|
||||
|
||||
Loading…
Reference in New Issue
Block a user