File tree 1 file changed +2
-2
lines changed 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
24
24
RUN <<-EOT
25
25
set -eux
26
26
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
28
28
locale-gen en_US.UTF-8
29
29
groupadd --gid 1001 non-root-group
30
30
useradd --uid 1001 --gid non-root-group -m non-root-group
@@ -88,7 +88,7 @@ RUN <<-EOT
88
88
set -eux
89
89
apt-get update
90
90
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
92
92
locale-gen en_US.UTF-8
93
93
groupadd --gid 1001 non-root-group
94
94
useradd --uid 1001 --gid non-root-group -m non-root-group
You can’t perform that action at this time.
0 commit comments