FROM public.ecr.aws/docker/library/golang:1.25.0@sha256:5502b0e56fca23feba76dbc5387ba59c593c02ccc2f0f7355871ea9a0852cebe
COPY build/ssh.conf /etc/ssh/ssh_config.d/

RUN go install github.com/google/go-licenses@latest
# Ruby used for polyglot hook integration tests
RUN apt update && apt install -y ruby
