mirror of
https://github.com/martinbeentjes/npm-get-version-action.git
synced 2025-12-06 07:38:05 +08:00
Add jq to Dockerfile (#18)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN apk add --no-cache ca-certificates bash jq
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user