Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed python path
Browse files Browse the repository at this point in the history
mryzhov committed Dec 11, 2024
1 parent a502a31 commit dcb9d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dockerfiles/ov_build/fedora_29/Dockerfile
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ RUN chmod +x /install_build_dependencies.sh && \
RUN cd /usr/src && \
wget https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tar.xz && \
tar xvf Python-3.9.9.tar.xz
RUN cd Python-3.9.9 && \
RUN cd /usr/src/Python-3.9.9 && \
./configure --enable-shared --with-system-expat --enable-optimizations --enable-loadable-sqlite-extensions --prefix=/usr && \
make altinstall

0 comments on commit dcb9d0d

Please sign in to comment.