add coreutils for sort -V

This commit is contained in:
haya14busa
2020-01-19 04:28:57 +00:00
parent a04caab1af
commit 77fbe68d43

View File

@@ -1,6 +1,6 @@
FROM alpine:3.10
RUN apk --no-cache add git jq curl grep
RUN apk --no-cache add git jq curl grep coreutils
COPY entrypoint.sh /entrypoint.sh