Skip to content
Snippets Groups Projects
Commit 235f1c20 authored by James Alexander Clark PhD's avatar James Alexander Clark PhD
Browse files

old line from dockerfile

parent 147fcceb
No related branches found
No related tags found
1 merge request!128Overhaul continuous integration and docker images
......@@ -19,6 +19,7 @@ COPY test/test-bayeswave.sh /test-bayeswave.sh
COPY BayesWaveUtils /tmp/BayesWaveUtils
RUN cd /tmp/BayesWaveUtils && \
python /tmp/BayesWaveUtils/setup.py install
RUN rm -rf /tmp/*
# Remove build dependencies
RUN yum remove -y cmake3 \
......@@ -32,7 +33,6 @@ RUN yum remove -y cmake3 \
rpm-build && \
yum clean all && \
rm -rf /var/cache/yum
RUN rm -rf /tmp/* ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
WORKDIR /
ENTRYPOINT ["/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment