FROM alpine RUN apk add --no-cache bash COPY src /src/ RUN chmod +x /src/dummy CMD /src/dummy