# Eden integration test image.
# Minimal alpine + git + bash; sleep is the entrypoint set at run time.
FROM alpine:3.20

RUN apk add --no-cache bash git

WORKDIR /workspace
