Skip to content

Commit

Permalink
add openssl to ubi image
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Feb 9, 2024
1 parent 2a5c4c9 commit 650e1d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ RUN for iter in {1..10}; do \
{{ package_manager }} upgrade -y && \
{% endif -%}
{{ package_manager }} install -y procps findutils tar gzip curl && \
{% if image_flavor == 'ubi8' -%}
{{ package_manager }} install -y openssl && \
{% endif -%}
{% if image_flavor == 'ubi8' or image_flavor == 'ironbank' -%}
{{ package_manager }} install -y which shadow-utils && \
{% else -%}
Expand Down

0 comments on commit 650e1d8

Please sign in to comment.