Skip to content

Commit 0ff404e

Browse files
committed
Add dependencies
1 parent 9e570fc commit 0ff404e

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
@@ -24,7 +24,7 @@ COPY --from=ghcr.io/graalvm/native-image-community:21-ol9 /usr/lib64/graalvm/gra
2424
RUN <<-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

0 commit comments

Comments
 (0)