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