pyenv fixes

This commit is contained in:
Ondrej Samohel 2021-05-11 10:41:07 +02:00 committed by Ondrej Samohel
parent 2bc20c00a2
commit a9d3acb99d
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -68,14 +68,17 @@ RUN cd /opt/openpype \
RUN source $HOME/.bashrc \
cd /opt/openpype \
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
&& ./tools/create_env.sh
RUN source $HOME/.bashrc \
cd /opt/openpype \
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
&& ./tools/fetch_thirdparty_libs.sh
RUN source $HOME/.bashrc \
cd /opt/openpype \
&& pyenv local ${OPENPYPE_PYTHON_VERSION} \
&& bash ./tools/build.sh
RUN cd /opt/openpype \