mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
add openssl command to wolfi image (#16972)
This commit is contained in:
parent
baa181ae39
commit
5ead3a9880
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ FROM <%= base_image %>
|
||||||
|
|
||||||
RUN for iter in {1..10}; do \
|
RUN for iter in {1..10}; do \
|
||||||
<% if image_flavor == 'wolfi' %>
|
<% if image_flavor == 'wolfi' %>
|
||||||
<%= package_manager %> add --no-cache curl bash && \
|
<%= package_manager %> add --no-cache curl bash openssl && \
|
||||||
<% else -%>
|
<% else -%>
|
||||||
<% if image_flavor == 'full' || image_flavor == 'oss' -%>
|
<% if image_flavor == 'full' || image_flavor == 'oss' -%>
|
||||||
export DEBIAN_FRONTEND=noninteractive && \
|
export DEBIAN_FRONTEND=noninteractive && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue