chore(build): Add missing dependencies for build.

This commit is contained in:
Stephan Barth 2024-09-12 03:34:40 +02:00
parent 7ce0ce4162
commit 5d72a99390

View File

@ -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 llvm
RUN apt-get -y update && apt-get -y install libbz2-dev libexpat1-dev
ENV LANG=en_US.UTF-8
# locally these two should be identical, so that compilation results are written out into the file dir.
@ -25,4 +27,4 @@ ENV FRADRIVE_MAKE_TARGET=serve-backend
ENTRYPOINT make -- ${FRADRIVE_MAKE_TARGET} STACK_ROOT=${STACK_ROOT} IN_CONTAINER=true
EXPOSE 3000/tcp
EXPOSE 3443/tcp
EXPOSE 3443/tcp