add openssl command to wolfi image (#16972)

This commit is contained in:
kaisecheng 2025-01-28 17:31:56 +00:00 committed by GitHub
parent baa181ae39
commit 5ead3a9880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ FROM <%= base_image %>
RUN for iter in {1..10}; do \
<% if image_flavor == 'wolfi' %>
<%= package_manager %> add --no-cache curl bash && \
<%= package_manager %> add --no-cache curl bash openssl && \
<% else -%>
<% if image_flavor == 'full' || image_flavor == 'oss' -%>
export DEBIAN_FRONTEND=noninteractive && \