mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-09 23:26:18 -04:00
Update Dockerfile - add coreutils
This commit is contained in:
parent
e968ef62b9
commit
261262ab4e
|
|
@ -4,7 +4,7 @@ FROM alpine
|
|||
COPY . /app
|
||||
|
||||
# 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 \
|
||||
&& make install \
|
||||
&& rm -rf /app \
|
||||
|
|
|
|||
Loading…
Reference in a new issue