FROM alpine:3.5 ADD check-kernel-config.sh /usr/bin/check-kernel-config.sh ENTRYPOINT ["/bin/sh", "/usr/bin/check-kernel-config.sh"]