FROM centos/ruby-27-centos7:latest
USER root
RUN rm -f /usr/bin/ls
RUN echo "root:redhat" | chpasswd
USER 1001
COPY ./adduser /usr/libexec/s2i/
COPY ./assemble /usr/libexec/s2i/
