summaryrefslogtreecommitdiffstats
path: root/Bombs/cpu/Dockerfile
blob: f289832af8f6ed3ff8e9d12fecc097a915a0154c (plain)
1
2
3
4
5
6
7
8
FROM startx/openshift-centos:latest
MAINTAINER Christophe LARUE <dev@startx.fr>

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

CMD [ "/bin/sx" ]