mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 17:38:17 +01:00
fix(inadyn): go modules management
related to https://github.com/alexbelgium/hassio-addons/issues/491
This commit is contained in:
@@ -82,6 +82,7 @@ RUN apk add --no-cache \
|
||||
build-base\
|
||||
git\
|
||||
go &&\
|
||||
go env -w GO111MODULE=off &&\
|
||||
go get -u github.com/quantumew/mustache-cli &&\
|
||||
cp "$GOPATH"/bin/* /usr/bin/ && \
|
||||
rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\
|
||||
|
||||
Reference in New Issue
Block a user