chore(docker/backend): add git dependency for haskell-stack
This commit is contained in:
parent
549d675847
commit
754f23a449
@ -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
|
||||
|
||||
Reference in New Issue
Block a user