Skip to content
Snippets Groups Projects
Verified Commit b0353fb0 authored by Matthew Feickert's avatar Matthew Feickert
Browse files

source scl devtoolset-8 in .bash_profile

parent b033402c
No related branches found
No related tags found
No related merge requests found
Pipeline #2699496 passed
......@@ -54,15 +54,16 @@ RUN yum update -y && \
cmake --build build -- -j$(($(nproc) - 1)) && \
cmake --build build --target install && \
cd / && \
rm -rf /code
rm -rf /code && \
printf "\n# Make gcc v8.X default\nsource scl_source enable devtoolset-8\n" >> /root/.bash_profile
ENV PYTHONPATH=/usr/local/root-cern/lib:$PYTHONPATH
ENV LD_LIBRARY_PATH=/usr/local/root-cern/lib:$LD_LIBRARY_PATH
ENV ROOTSYS=/usr/local/root-cern
ENV PATH="${PATH}:${ROOTSYS}/bin"
ENV HOME /root
WORKDIR /home/data
ENV HOME /home
ENTRYPOINT ["/bin/bash", "-l", "-c"]
CMD ["/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment