malice-plugins / clamav

Malice ClamAV Plugin
MIT License
9 stars 10 forks source link

error in build from Dockerfile #4

Open entwildfire opened 4 years ago

entwildfire commented 4 years ago
(39/40) Installing .build-deps (0)
(40/40) Upgrading musl-utils (1.1.19-r10 -> 1.1.19-r11)
Executing busybox-1.28.4-r0.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 555 MiB in 65 packages
Building avscan Go binary...
go version go1.10.8 linux/amd64
package github.com/sirupsen/logrus: case-insensitive import collision: "github.com/sirupsen/logrus" and "github.com/Sirupsen/logrus"
The command '/bin/sh -c apk --update add --no-cache -t .build-deps   build-base   mercurial   musl-dev   openssl   bash   wget   git   gcc   go   && echo "Building avscan Go binary..."   && cd /go/src/github.com/malice-plugins/clamav   && export GOPATH=/go   && go version   && go get   && go build -ldflags "-s -w -X main.Version=v$(cat VERSION) -X main.BuildTime=$(date -u +%Y%m%d)" -o /bin/avscan   && rm -rf /go /usr/local/go /usr/lib/go /tmp/*   && apk del --purge .build-deps' returned a non-zero code: 1