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
OS: ubuntu 16.04
golang: go1.10.2 linux/amd64
docker: 1.13.1
Too hard to install it without a document. And ./install-deps.sh not working on ubuntu 16.04 and the docker file can not build success either.
docker build
root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# docker build .
Sending build context to Docker daemon 2.354 MB
Step 1/6 : FROM alpine
latest: Pulling from library/alpine
ff3a5c916c92: Pull complete
Digest: sha256:e1871801d30885a610511c867de0d6baca7ed4e6a2573d506bbec7fd3b03873f
Status: Downloaded newer image for alpine:latest
---> 3fd9065eaf02
Step 2/6 : RUN mkdir -p /etc/nsnitch/conf.d && mkdir -p /etc/nsnitch/certs && mkdir -p /etc/nsnitch/geo.db
---> Running in 89e4c9331241
---> 790124d324a4
Removing intermediate container 89e4c9331241
Step 3/6 : ADD $GOPATH/github.com/tenta-browser/tenta-dns/etc/words.txt /etc/nsnitch/words.txt
lstat github.com/tenta-browser/tenta-dns/etc/words.txt: no such file or directory
install-dep.sh
root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# ./install-deps.sh
Installing dependencies
github.com/golang/dep (download)
./install-deps.sh: line 26: /bin/dep: No such file or directory
build.sh
build.sh seems works fine.
root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# ./build.sh
Compiling to GOPATH/bin
Compiling version development@ab5714f
But how can I start tenta now?
some other info maybe usable
I installed golang by
snap install --classic go
The text was updated successfully, but these errors were encountered:
OS: ubuntu 16.04
golang: go1.10.2 linux/amd64
docker: 1.13.1
Too hard to install it without a document. And
./install-deps.sh
not working on ubuntu 16.04 and the docker file can not build success either.docker build
install-dep.sh
build.sh
build.sh seems works fine.
But how can I start tenta now?
some other info maybe usable
I installed golang by
The text was updated successfully, but these errors were encountered: