ci(docker/backend): add missing dependencies
add llvm dependency to backend Dockerfile
This commit is contained in:
parent
68eeacf3c2
commit
d03c559111
@ -5,6 +5,7 @@ RUN apt-get -y update
|
|||||||
|
|
||||||
RUN apt-get -y install haskell-stack git
|
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 alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev locales locales-all pkg-config
|
||||||
|
RUN apt-get -y install llvm
|
||||||
|
|
||||||
WORKDIR /fradrive
|
WORKDIR /fradrive
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user