Skip to content

Commit 9386cb1

Browse files
committed
Add git to container for gradle
1 parent 41a470b commit 9386cb1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/distributions/internal/observabilitySRE/docker

1 file changed

+2
-1
lines changed

x-pack/distributions/internal/observabilitySRE/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ FROM docker.elastic.co/wolfi/chainguard-base-fips:latest
44
# Install OpenJDK 21
55
RUN apk add --no-cache \
66
openjdk-21 \
7-
bash
7+
bash \
8+
git
89

910
# Create directory for security configuration
1011
RUN mkdir -p /etc/java/security

0 commit comments

Comments
 (0)