chore(docker/backend): add missing dependencies
This commit is contained in:
parent
ce07458cff
commit
1fc74cade1
@ -4,7 +4,7 @@ FROM debian:12.5
|
||||
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
|
||||
RUN apt-get -y install alex g++ happy libghc-zlib-dev libpq-dev libsodium-dev pkg-config
|
||||
|
||||
ADD . /fradrive
|
||||
WORKDIR /fradrive
|
||||
|
||||
Reference in New Issue
Block a user