Skip to content

Commit 8b2e727

Browse files
committed
fixup, install patch for tensorflow image
1 parent ffb791c commit 8b2e727

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

base/c9s-python-3.9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ USER root
4141
# Install usefull OS packages
4242
RUN dnf install -y \
4343
mesa-libGL \
44+
patch \
4445
wget \
4546
&& dnf clean all && rm -rf /var/cache/yum
4647

base/ubi9-python-3.9/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
4141
USER root
4242

4343
# Install usefull OS packages
44-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
44+
RUN dnf install -y \
45+
mesa-libGL \
46+
patch \
47+
wget \
48+
&& dnf clean all && rm -rf /var/cache/yum
4549

4650
# Other apps and tools installed as default user
4751
USER 1001

0 commit comments

Comments
 (0)