FROM hub.docker.io/alpine:latest
RUN apk add --no-cache bash
COPY src /src/
RUN chmod +x /src/dummy
CMD /src/dummy