expand the toolkit a bit more

This commit is contained in:
Mirek Kratochvil 2023-10-26 15:21:59 +02:00
parent af385de870
commit 3ac949329f

View file

@ -17,7 +17,7 @@
FROM debian:trixie
RUN apt -y update && apt -y install \
yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev \
yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \
&& rm -fr /var/cache/apt
WORKDIR /opt/reploy