mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Merge pull request #492 from Ealenn/bugfix/inadyn-go-modules-management
fix(inadyn): go modules management
This commit is contained in:
@@ -82,6 +82,7 @@ RUN apk add --no-cache \
|
|||||||
build-base\
|
build-base\
|
||||||
git\
|
git\
|
||||||
go &&\
|
go &&\
|
||||||
|
go env -w GO111MODULE=off &&\
|
||||||
go get -u github.com/quantumew/mustache-cli &&\
|
go get -u github.com/quantumew/mustache-cli &&\
|
||||||
cp "$GOPATH"/bin/* /usr/bin/ && \
|
cp "$GOPATH"/bin/* /usr/bin/ && \
|
||||||
rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\
|
rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\
|
||||||
|
|||||||
@@ -54,5 +54,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "inadyn",
|
"slug": "inadyn",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.9.1-6"
|
"version": "2.9.1-7"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user