Skip to content
Snippets Groups Projects
Commit 16fb39cf authored by mohemohe's avatar mohemohe Committed by Eugen Rochko
Browse files

Fix fail health check due to missing wget (#10110)

parent 3a44827d
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ RUN apt update && \
echo "Etc/UTC" > /etc/localtime && \
ln -s /opt/jemalloc/lib/* /usr/lib/ && \
apt -y dist-upgrade && \
apt install -y whois && \
apt install -y whois wget && \
addgroup --gid $GID mastodon && \
useradd -m -u $UID -g $GID -d /opt/mastodon mastodon && \
echo "mastodon:`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 24 | mkpasswd -s -m sha-256`" | chpasswd
......
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