WIP: Draft: Resolve "Use gnumake for uniform dev build system and GitLab CI" #213

Draft
savau wants to merge 540 commits from 145-build-system-rewrite 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