FROM choppy/bioconductor-cn.mops:1.16.2 COPY . /opt/mops RUN chmod a+x /opt/mops/cn_mops RUN ln -s /opt/mops/cn_mops /bin WORKDIR /data/ CMD ["ls", "-al", "/opt"]