From 7a800eb8b8e9a834397e5e64b5c727b7e7fd25a8 Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Fri, 5 Jun 2026 00:50:00 +0000 Subject: [PATCH] add jq and unzip to rust image --- rust.dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust.dockerfile b/rust.dockerfile index 0c2445a..b31b093 100644 --- a/rust.dockerfile +++ b/rust.dockerfile @@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \ make \ sudo \ git \ - curl + curl \ + jq \ + unzip # Create `coder` user RUN useradd coder \