gopherdata / gopherdata/gophernotes

Error during Docker build under Debian/Ubuntu

Đang mở
#188 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
4k
Fork
264
Merge trung bình
7 ngày 21 giờ
Pull request đã merge (30 ngày)
1

Mô tả

Hi,
I'm building Debian 10 dockerfile through Anaconda

> FROM bitnami/minideb:latest
> (Debian 10)
> ([... install conda, jupyter lab, nodejs, some build libs ...])
> RUN conda install go
> ENV GOPATH="/go"
> ENV PATH="$PATH:/opt/conda/go"
>
> RUN go version
>
> RUN apt-get update && apt-get install -yq --no-install-recommends libzmq3-dev pkg-config
> RUN go get -u github.com/gopherdata/gophernotes

I'm getting error as such:

> go version go1.12.5 linux/amd64
> pkg-config is already the newest version (0.29-6).
> libzmq3-dev is already the newest version (4.3.1-4+deb10u1).
>
> github.com/gopherdata/gophernotes/vendor/github.com/pebbe/zmq4
> /go/src/github.com/gopherdata/gophernotes/vendor/github.com/pebbe/zmq4/reactor.go:10:4: undefined: State
>
> /go/src/github.com/gopherdata/gophernotes/vendor/github.com/pebbe/zmq4/reactor.go:11:9: undefined: State

This install worked few weeks ago with Alpine, but I have switched to Debian since then. Possibly an issue with `zmq4` not being found by go? Or maybe something not in $PATH?

![image](https://user-images.githubusercontent.com/3856578/69476098-48429000-0dcd-11ea-893b-aa0a5992e7e3.png)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.