File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/gra
2424RUN <<-EOT
2525 set -eux
2626 apt-get update
27- apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales
27+ apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales jq git gh
2828 locale-gen en_US.UTF-8
2929 groupadd --gid 1001 non-root-group
3030 useradd --uid 1001 --gid non-root-group -m non-root-group
@@ -88,7 +88,7 @@ RUN <<-EOT
8888 set -eux
8989 apt-get update
9090 apt-get install -y curl tar apt-transport-https ca-certificates gnupg \
91- socat less debian-goodies autossh ca-certificates-java python3-pip locales
91+ socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh
9292 locale-gen en_US.UTF-8
9393 groupadd --gid 1001 non-root-group
9494 useradd --uid 1001 --gid non-root-group -m non-root-group
You can’t perform that action at this time.
0 commit comments