add jq and unzip to rust image
Some checks failed
Build and Push Docker Images / docker (push) Has been cancelled

This commit is contained in:
2026-06-05 00:50:00 +00:00
parent 5566b040dc
commit 7a800eb8b8

View File

@@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \
make \ make \
sudo \ sudo \
git \ git \
curl curl \
jq \
unzip
# Create `coder` user # Create `coder` user
RUN useradd coder \ RUN useradd coder \