This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/docker/backend/Dockerfile

11 lines
223 B
Docker

# TODO: switch to uniworx registry debian image
FROM debian:12.5
ARG dev=-dev
RUN apt-get -y update
RUN apt-get -y install haskell-stack
RUN apt-get -y install libghc-zlib-dev libpq-dev
RUN make -- --backend-build${dev}