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 @@ -29,7 +29,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/gra
2929RUN <<-EOT
3030 set -eux
3131 apt-get update
32- apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales
32+ apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales jq git gh
3333 locale-gen en_US.UTF-8
3434 groupadd --gid 1001 non-root-group
3535 useradd --uid 1001 --gid non-root-group -m non-root-group
@@ -97,7 +97,7 @@ RUN <<-EOT
9797 set -eux
9898 apt-get update
9999 apt-get install -y curl tar apt-transport-https ca-certificates gnupg \
100- socat less debian-goodies autossh ca-certificates-java python3-pip locales
100+ socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh
101101 locale-gen en_US.UTF-8
102102 groupadd --gid 1001 non-root-group
103103 useradd --uid 1001 --gid non-root-group -m non-root-group
You can’t perform that action at this time.
0 commit comments