ok let's have versions
This commit is contained in:
parent
614054a72e
commit
98d5ccac55
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue