FROM startx/openshift-centos:latest MAINTAINER Christophe LARUE COPY sx.sh /bin/sx COPY bomb.sh /bin/bomb RUN chmod 775 /bin/sx /bin/bomb CMD [ "/bin/sx" ]