diff options
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
