mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Add wget to base Dockerfile (#28548)
This commit is contained in:
parent
ac588daf37
commit
c652b0e46b
|
@ -103,6 +103,7 @@ RUN \
|
|||
procps \
|
||||
tini \
|
||||
tzdata \
|
||||
wget \
|
||||
; \
|
||||
# Patch Ruby to use jemalloc
|
||||
patchelf --add-needed libjemalloc.so.2 /usr/local/bin/ruby; \
|
||||
|
|
Loading…
Reference in a new issue