mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2024-12-27 01:34:19 +08:00
Remove unused dependency 'jq'
This commit is contained in:
parent
fc2b491250
commit
f94fba3ee3
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