DNSCrypt / dnscrypt-server-docker

A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver

Home Page:https://dnscrypt.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build because yacc command not found

kowalcj0 opened this issue · comments

Hi,

I just pulled latest changes and I'm getting this error

docker build -t dnscrypt-server:2019.02.05 .
...
yacc -d -o util/configparser.c ./util/configparser.y
/bin/bash: yacc: command not found
make: *** [Makefile:446: util/configparser.h] Error 127
....

To fix this I had to add byacc or bison to ENV BUILD_DEPS.
If you decide to go with:

It'd be good to fix this issue by adding missing dependency

Cheers

Good catch!

Could you submit a pull request adding one of these dependencies?

Can be closed?!

see e29cf6d

Yep.

thank you for fixing and sorry for late reply!