Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add jq, git, unzip and curl to default packages installed #3056

Merged
merged 11 commits into from
Aug 20, 2024
3 changes: 3 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ ENV ImageOS=ubuntu22

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
jq \
git \
curl \
onedr0p marked this conversation as resolved.
Show resolved Hide resolved
sudo \
lsb-release \
&& rm -rf /var/lib/apt/lists/*
Expand Down