Skip to content

Commit

Permalink
fix: Missing dependencies for Python build on RHEL
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Oct 30, 2024
1 parent 37dbbd7 commit 99df668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docker/Dockerfile-ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,15 @@ RUN --mount=target=/var/cache/yum,type=cache,id=yum-${TARGETPLATFORM},sharing=lo
libffi-devel \
libstdc++-devel \
libuuid-devel \
libxml2-devel \
mpdecimal \
ncurses-devel \
redhat-rpm-config \
sqlite \
sqlite-devel \
sqlite-libs \
xz-devel \
xz-libs \
zlib-devel \
&& curl -LsSf --retry 8 https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz -o python.tgz \
&& tar -xzf python.tgz \
Expand Down
3 changes: 3 additions & 0 deletions src/docker/Dockerfile-ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,15 @@ RUN --mount=target=/var/cache/yum,type=cache,id=yum-${TARGETPLATFORM},sharing=lo
libffi-devel \
libstdc++-devel \
libuuid-devel \
libxml2-devel \
mpdecimal \
ncurses-devel \
redhat-rpm-config \
sqlite \
sqlite-devel \
sqlite-libs \
xz-devel \
xz-libs \
zlib-devel \
&& curl -LsSf --retry 8 --retry-all-errors https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz -o python.tgz \
&& tar -xzf python.tgz \
Expand Down

0 comments on commit 99df668

Please sign in to comment.