Browse Source
Update dependency name from yq to yq-go
pull/6241/head
Jacobo de Vera
2 months ago
committed by
tomo
No known key found for this signature in database
GPG Key ID: 6826163BFB606E85
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -13,7 +13,7 @@ RUN apk --no-cache add -f \ |
|
|
tar \ |
|
|
tar \ |
|
|
libidn \ |
|
|
libidn \ |
|
|
jq \ |
|
|
jq \ |
|
|
yq \ |
|
|
|
|
|
|
|
|
yq-go \ |
|
|
cronie |
|
|
cronie |
|
|
|
|
|
|
|
|
ENV LE_CONFIG_HOME=/acme.sh |
|
|
ENV LE_CONFIG_HOME=/acme.sh |
|
|
|