Skip to content

Commit 0bb9f22

Browse files
committed
Add dependencies
1 parent fc4238c commit 0bb9f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/gra
2929
RUN <<-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

0 commit comments

Comments
 (0)