chore(docker/backend): add git dependency for haskell-stack

This commit is contained in:
Sarah Vaupel 2024-08-18 04:42:51 +02:00
parent 549d675847
commit 754f23a449

View File

@ -3,7 +3,7 @@ FROM debian:12.5
RUN apt-get -y update
RUN apt-get -y install haskell-stack
RUN apt-get -y install haskell-stack git
RUN apt-get -y install libghc-zlib-dev libpq-dev
WORKDIR /fradrive