Browse Source
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
closed-social-glitch-2
BtbN
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Dockerfile
|
|
@ -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 \ |
|
|
|