From 3ac949329fd17cf21a63dfc0e1a39d9612e54cd6 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 26 Oct 2023 15:21:59 +0200 Subject: [PATCH] expand the toolkit a bit more --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de7b137..dbe099a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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