FROM public.ecr.aws/docker/library/golang:1.24.1@sha256:fa145a3c13f145356057e00ed6f66fbd9bf017798c9d7b2b8e956651fe4f52da
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
