ci(docker/backend): add missing dependencies

add llvm dependency to backend Dockerfile
This commit is contained in:
Sarah Vaupel 2024-08-25 16:07:21 +02:00
parent 68eeacf3c2
commit d03c559111

View File

@ -5,6 +5,7 @@ RUN apt-get -y update
RUN apt-get -y install haskell-stack git
RUN apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
RUN apt-get -y install llvm
WORKDIR /fradrive