Skip to content

Commit

Permalink
update PATH to include cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Nov 18, 2023
1 parent 7bd1f04 commit af1b865
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ ENV DEVTOOLSET_ROOTPATH=${DEVTOOLSET_ROOTPATH}
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH_ARG}
ENV PATH=${PREPEND_PATH}${PATH}
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

RUN echo $PATH
RUN which cmake
ENV PATH ${DEVTOOLSET_ROOTPATH}/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUN echo $PATH
RUN which cmake

ADD scripts /tmp/scripts
RUN cd /tmp/scripts && /tmp/scripts/manylinux/install_centos.sh
RUN if [ "$BUILD_LORT" = true ];\
Expand Down

0 comments on commit af1b865

Please sign in to comment.