Skip to content

Commit

Permalink
Add missing procps package to Dockerfile (mastodon#21028)
Browse files Browse the repository at this point in the history
The new Debian-Base does not come with this by default, making the ps based health-check in the compose file fail
  • Loading branch information
BtbN committed Nov 22, 2022
1 parent 51a33ce commit f343ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit f343ed4

Please sign in to comment.