From 98d5ccac55b2f157751130f3b2e266f9aa0e894d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 20 Jul 2023 00:14:20 +0200 Subject: [PATCH] ok let's have versions --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d62d8b3..d47c68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM haskell:9.4 +FROM debian:trixie -# pack up dependencies for other common parts of the workflow -RUN apt -y update && apt -y install yarnpkg git && rm -fr /var/cache/apt +RUN apt -y update && apt -y install yarnpkg git ssh ghc cabal-install && rm -fr /var/cache/apt WORKDIR /opt/reploy