You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 15/28 : RUN go mod download && go get github.com/GeertJohan/go.rice/rice
---> Running in 5daf058b7d78
go: downloading github.com/GeertJohan/go.rice v1.0.3
go: downloading github.com/daaku/go.zipexe v1.0.2
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
go get: upgraded github.com/GeertJohan/go.rice v1.0.2 => v1.0.3
The text was updated successfully, but these errors were encountered:
I am using default docker compose file to build it. I just changed user from there. Here some messages complaining about lack of stuffs:
(5/10) Installing icu-data-en (71.1-r2)
Executing icu-data-en-71.1-r2.post-install
*
[3/4] Linking dependencies...
warning "admin-lte > [email protected]" has incorrect peer dependency "bootstrap@^3.1.1".
warning "admin-lte > [email protected]" has unmet peer dependency "moment-timezone@^0.5.11".
warning "admin-lte > [email protected]" has unmet peer dependency "[email protected]".
Step 15/28 : RUN go mod download && go get github.com/GeertJohan/go.rice/rice
---> Running in 5daf058b7d78
go: downloading github.com/GeertJohan/go.rice v1.0.3
go: downloading github.com/daaku/go.zipexe v1.0.2
go get: installing executables with 'go get' in module mode is deprecated.
To adjust and download dependencies of the current module, use 'go get -d'.
To install using requirements of the current module, use 'go install'.
To install ignoring the current module, use 'go install' with a version,
like 'go install example.com/cmd@latest'.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
go get: upgraded github.com/GeertJohan/go.rice v1.0.2 => v1.0.3
The text was updated successfully, but these errors were encountered: