FROM docker.io/library/alpine:latest

RUN apk add --no-cache bash

COPY src /src/

RUN chmod +x /src/dummy

CMD /src/dummy