Add wget to base Dockerfile (#28548)

This commit is contained in:
Michael Stanclift 2024-01-02 02:47:38 -06:00 committed by GitHub
parent ac588daf37
commit c652b0e46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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