1 2 3 4 5 6 7 8
# A lightweight image used for tests FROM alpine:latest RUN apk add git fd ripgrep COPY . /app WORKDIR /app