Add wget to base Dockerfile (#28548)

pull/28203/head
Michael Stanclift 1 year ago committed by GitHub
parent ac588daf37
commit c652b0e46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,6 +103,7 @@ RUN \
procps \ procps \
tini \ tini \
tzdata \ tzdata \
wget \
; \ ; \
# Patch Ruby to use jemalloc # Patch Ruby to use jemalloc
patchelf --add-needed libjemalloc.so.2 /usr/local/bin/ruby; \ patchelf --add-needed libjemalloc.so.2 /usr/local/bin/ruby; \

Loading…
Cancel
Save