mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 01:05:48 +01:00
Docker image fixes
This commit is contained in:
parent
613fc07e8e
commit
4761d55ce4
@ -1011,6 +1011,10 @@ expected-test-failures:
|
|||||||
# https://github.com/haskell-distributed/distributed-process-execution/issues/2
|
# https://github.com/haskell-distributed/distributed-process-execution/issues/2
|
||||||
- distributed-process-execution
|
- distributed-process-execution
|
||||||
|
|
||||||
|
# Seems to depend on mtl being installed in user package database, which
|
||||||
|
# isn't always the case (e.g., build server)
|
||||||
|
- mtl
|
||||||
|
|
||||||
# https://github.com/jberryman/directory-tree/issues/4
|
# https://github.com/jberryman/directory-tree/issues/4
|
||||||
- directory-tree
|
- directory-tree
|
||||||
|
|
||||||
|
|||||||
@ -37,6 +37,7 @@ apt-get install -y \
|
|||||||
llvm \
|
llvm \
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
libjudy-dev \
|
libjudy-dev \
|
||||||
|
libsqlite3-dev \
|
||||||
libmysqlclient-dev \
|
libmysqlclient-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
@ -51,6 +52,7 @@ apt-get install -y \
|
|||||||
libyaml-dev \
|
libyaml-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
|
libxss-dev \
|
||||||
libzmq3-dev
|
libzmq3-dev
|
||||||
|
|
||||||
mkdir /tmp/nettle-build
|
mkdir /tmp/nettle-build
|
||||||
@ -59,7 +61,7 @@ cd /tmp/nettle-build
|
|||||||
wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz
|
wget https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz
|
||||||
tar zxf nettle-2.7.1.tar.gz
|
tar zxf nettle-2.7.1.tar.gz
|
||||||
cd nettle-2.7.1
|
cd nettle-2.7.1
|
||||||
./configure
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user