Update Dockerfile - add coreutils

This commit is contained in:
arzzen
2025-08-03 18:48:37 +02:00
committed by GitHub
parent e968ef62b9
commit 261262ab4e

View File

@@ -4,7 +4,7 @@ FROM alpine
COPY . /app COPY . /app
# Install required packages & build git-quick-stats # Install required packages & build git-quick-stats
RUN apk add --no-cache bash git make ncurses util-linux \ RUN apk add --no-cache bash git make ncurses coreutils util-linux \
&& cd /app \ && cd /app \
&& make install \ && make install \
&& rm -rf /app \ && rm -rf /app \