mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2026-01-27 01:48:05 +01:00
Install flex and bison
This commit is contained in:
parent
0411e2f84e
commit
d832d070ee
@ -4,7 +4,7 @@ SHELL ["/bin/sh", "-x", "-c"]
|
|||||||
ENV SERIAL 12
|
ENV SERIAL 12
|
||||||
|
|
||||||
ENV CFLAGS=-Ofast
|
ENV CFLAGS=-Ofast
|
||||||
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
|
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
|
||||||
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
|
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
|
||||||
|
|
||||||
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
|
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user