chore(docker): add first (probably incomplete) version of backend/binary Dockerfile

This commit is contained in:
Sarah Vaupel 2024-08-15 05:20:25 +02:00
parent e75042447a
commit 6a30501a85

11
docker/backend/Dockerfile Normal file
View File

@ -0,0 +1,11 @@
# 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}