]> cat aescling's git repositories - mastodon.git/commitdiff
Fix fail health check due to missing wget (#10110)
authormohemohe <mohemohe@users.noreply.github.com>
Mon, 25 Feb 2019 03:06:24 +0000 (12:06 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 25 Feb 2019 03:06:24 +0000 (04:06 +0100)
Dockerfile

index aaad870ddb72c393bb29928c0e8cf173017c930c..1263efc934786c010e55e693b4e2bec7eca57e16 100644 (file)
@@ -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