chore(docker/backend): add missing dependencies

This commit is contained in:
Sarah Vaupel 2024-08-19 01:07:19 +02:00
parent ce07458cff
commit 1fc74cade1

View File

@ -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