FROM busybox:latest
COPY fake_module.sh /fake_module.sh
RUN chmod +x /fake_module.sh
ENTRYPOINT ["/fake_module.sh"]
