Draft: Resolve "GHC und Dependencies auf die neuste Version bringen" #206

Open
savau wants to merge 583 commits from 144-ghc-update into master
Showing only changes of commit 754f23a449 - Show all commits

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