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:
		@@ -56,6 +56,7 @@ RUN apt-get update && \
 | 
				
			|||||||
    useradd -u "$UID" -g "${GID}" -m -d /opt/mastodon mastodon && \
 | 
					    useradd -u "$UID" -g "${GID}" -m -d /opt/mastodon mastodon && \
 | 
				
			||||||
    apt-get -y --no-install-recommends install whois \
 | 
					    apt-get -y --no-install-recommends install whois \
 | 
				
			||||||
        wget \
 | 
					        wget \
 | 
				
			||||||
 | 
					        procps \
 | 
				
			||||||
        libssl1.1 \
 | 
					        libssl1.1 \
 | 
				
			||||||
        libpq5 \
 | 
					        libpq5 \
 | 
				
			||||||
        imagemagick \
 | 
					        imagemagick \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user