mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-04 06:12:44 +08:00
Merge pull request #27 from koenrh/koenrh/remove-jq
Remove unused dependency 'jq'
This commit is contained in:
commit
3d10701911
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LABEL "com.github.actions.description"="Deploy your DNS configuration to multipl
|
|||
LABEL "com.github.actions.icon"="cloud"
|
||||
LABEL "com.github.actions.color"="yellow"
|
||||
|
||||
RUN apk add --no-cache bash jq
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY README.md /
|
||||
|
||||
|
|
Loading…
Reference in a new issue