This commit is contained in:
2024-05-12 23:55:42 -04:00
parent 381bd9eeff
commit a05eaa5211
5 changed files with 55 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ RUN groupadd -g 1000 minecraft && \
# Install scripting dependencies
RUN apt-get update && \
apt-get install -y curl gpg jq screen && \
apt-get install -y curl gpg jq procps screen && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*