chore(build): Add missing dependencies for build.
This commit is contained in:
parent
7ce0ce4162
commit
5d72a99390
@ -4,6 +4,8 @@ RUN apt-get -y update && apt-get -y install haskell-stack git
|
|||||||
RUN apt-get -y update && apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
|
RUN apt-get -y update && apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
|
||||||
RUN apt-get -y update && apt-get -y install llvm
|
RUN apt-get -y update && apt-get -y install llvm
|
||||||
|
|
||||||
|
RUN apt-get -y update && apt-get -y install libbz2-dev libexpat1-dev
|
||||||
|
|
||||||
ENV LANG=en_US.UTF-8
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
# locally these two should be identical, so that compilation results are written out into the file dir.
|
# locally these two should be identical, so that compilation results are written out into the file dir.
|
||||||
|
|||||||
Reference in New Issue
Block a user