apt add grep as well to get latest version

This commit is contained in:
haya14busa
2020-01-19 04:27:39 +00:00
parent 77c6f9c9e1
commit a04caab1af

View File

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