add build tools

This commit is contained in:
Mirek Kratochvil 2023-07-20 09:09:13 +02:00
parent 98d5ccac55
commit 6d4f78e739

View file

@ -1,7 +1,9 @@
FROM debian:trixie
RUN apt -y update && apt -y install yarnpkg git ssh ghc cabal-install && rm -fr /var/cache/apt
RUN apt -y update && apt -y install \
yarnpkg git ssh ghc cabal-install build-essential pkg-config zlib1g-dev \
&& rm -fr /var/cache/apt
WORKDIR /opt/reploy