go-evepraisal icon indicating copy to clipboard operation
go-evepraisal copied to clipboard

Dockerfile 1.11 to version 1.12

Open resixh opened this issue 3 years ago • 1 comments

the install does not work with the current select go please go to 1.12 to fix this

resixh avatar Jul 19 '21 09:07 resixh

@sudorandom https://github.com/evepraisal/go-evepraisal/blob/master/Dockerfile too old and didn't start anymore:

#0 30.50 go: finding github.com/davecgh/go-spew v1.1.1
#0 30.66 go: finding github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
#0 30.75 go: finding github.com/blevesearch/zapx/v11 v11.3.7
#0 30.81 go: finding github.com/blevesearch/zapx/v13 v13.3.7
#0 30.99 go: finding github.com/blevesearch/upsidedown_store_api v1.0.2
#0 30.99 go: finding github.com/blevesearch/mmap-go v1.0.4
#0 31.19 go: finding gopkg.in/yaml.v2 v2.4.0
#0 31.55 go: finding google.golang.org/appengine v1.6.7
#0 31.61 go: finding github.com/spf13/afero v1.9.3
#0 61.10 go: error loading module requirements
#0 61.10 make: *** [Makefile:24: setup] Error 1
------
failed to solve: executor failed running [/bin/sh -c apk --update add --no-cache --virtual build-dependencies git gcc musl-dev make bash &&     git clone https://github.com/evepraisal/go-evepraisal.git . &&     export GO111MODULE=on ENV=prod &&     make setup &&     make build &&     make install &&     mkdir /evepraisal/ &&     mv $GOPATH/bin/evepraisal /evepraisal/evepraisal &&     rm -rf $GOPATH &&     apk del build-dependencies &&     mkdir /evepraisal/db]: exit code: 2

today I had to use golang:1.21-alpine instead golang:1.11-alpine and it works well for me

Yarik217 avatar Sep 30 '23 18:09 Yarik217