Skip to content

Commit

Permalink
Merge pull request #314 from harshad16/upgrade-libnghttp2
Browse files Browse the repository at this point in the history
chores: upgrade of libnghttp2 binary package in ubi8
  • Loading branch information
openshift-merge-bot[bot] authored Nov 7, 2023
2 parents 37eb984 + 7ee0e52 commit 3bccf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/ubi8-python-3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN echo "Installing softwares and packages" && micropipenv install && rm -f ./P
USER root

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

# Other apps and tools installed as default user
USER 1001
Expand Down

0 comments on commit 3bccf4a

Please sign in to comment.