fix(inadyn): go modules management

related to https://github.com/alexbelgium/hassio-addons/issues/491
This commit is contained in:
Marchandise Rudy
2022-09-25 19:13:04 +02:00
committed by GitHub
parent b4c081c0f3
commit ddacca92a7

View File

@@ -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 &&\