FROM centos/s2i-core-centos7:latest
MAINTAINER Christophe LARUE <dev@startx.fr>

COPY sx.sh /bin/sx
RUN chmod 775 /bin/sx

CMD [ "/bin/sx" ]