ok let's have versions

This commit is contained in:
Mirek Kratochvil 2023-07-20 00:14:20 +02:00
parent 614054a72e
commit 98d5ccac55

View file

@ -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