summaryrefslogtreecommitdiffstats
path: root/Bombs/mem/Dockerfile
blob: 2a377691bb8d18476934d93af242724645207c54 (plain)
1
2
3
4
5
6
7
8
FROM centos/s2i-core-centos7: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" ]