Skip to content

Commit 3bccf4a

Browse files
Merge pull request #314 from harshad16/upgrade-libnghttp2
chores: upgrade of libnghttp2 binary package in ubi8
2 parents 37eb984 + 7ee0e52 commit 3bccf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/ubi8-python-3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
2424
USER root
2525

2626
# Install usefull OS packages
27-
RUN dnf install -y mesa-libGL
27+
RUN dnf install -y mesa-libGL libnghttp2 && dnf clean all
2828

2929
# Other apps and tools installed as default user
3030
USER 1001

0 commit comments

Comments
 (0)