Commit 2635f4fe authored by Simon Spannagel's avatar Simon Spannagel
Browse files

We still need to expose libraries to PYTHONPATH

parent 9c017f43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ RUN pip3 install --upgrade pip && \

# Add layer for ROOT6
ENV ROOT6_VERSION 6.28.00
ENV PYTHONPATH="/usr/local/lib:$PYTHONPATH"

ENV ROOTSYS="/tmp/root6"
RUN mkdir -p ${ROOTSYS}/{src,build} && \