Ver a proveniência
chore: fixing go get deprecation (#713)
go get has been deprecated in favor of go install.
pull/741/head
Todd Van Etten
há 2 anos
committed by
GitHub
ascendente
cometimento
e8eb3d83c3
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
docker/dev/Dockerfile
|
|
@@ -6,7 +6,7 @@ RUN apk update && apk add --no-cache \ |
|
|
|
gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig xdg-utils |
|
|
|
|
|
|
|
# install go package. |
|
|
|
RUN go get github.com/mingrammer/round |
|
|
|
RUN go install github.com/mingrammer/round@latest |
|
|
|
|
|
|
|
# install fonts |
|
|
|
RUN curl -O https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKjp-hinted.zip \ |
|
|
|