1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Add byacc to the dependencies

This commit is contained in:
Frank Denis 2019-03-11 18:54:41 +01:00
parent 298a49cd7d
commit e29cf6d90e

@ -2,7 +2,7 @@ FROM jedisct1/alpine-runit:latest
MAINTAINER Frank Denis
ENV SERIAL 1
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file openssl-dev
ENV BUILD_DEPS make gcc musl-dev git libevent-dev expat-dev shadow autoconf file openssl-dev byacc
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep openssl ldns ldns-tools libevent expat libexecinfo coreutils drill ca-certificates
RUN set -x && \