Skip to content
Snippets Groups Projects
Unverified Commit c652b0e4 authored by Michael Stanclift's avatar Michael Stanclift Committed by GitHub
Browse files

Add wget to base Dockerfile (#28548)

parent ac588daf
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ RUN \
procps \
tini \
tzdata \
wget \
; \
# Patch Ruby to use jemalloc
patchelf --add-needed libjemalloc.so.2 /usr/local/bin/ruby; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment