1
0
Fork 1
forked from fedi/mastodon

Add missing procps package to Dockerfile (#21028)

The new Debian-Base does not come with this by default, making the ps based health-check in the compose file fail
This commit is contained in:
BtbN 2022-11-22 05:52:18 +01:00 committed by talon
parent 31e17a61f3
commit 762db5edab

View file

@ -56,6 +56,7 @@ RUN apt-get update && \
useradd -u "$UID" -g "${GID}" -m -d /opt/mastodon mastodon && \
apt-get -y --no-install-recommends install whois \
wget \
procps \
libssl1.1 \
libpq5 \
imagemagick \