Add wget to base Dockerfile (#28548)

This commit is contained in:
Michael Stanclift
2024-01-02 08:47:38 +00:00
committed by GitHub
parent ac588daf37
commit c652b0e46b
+1
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; \