We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0411e2f commit d832d07Copy full SHA for d832d07
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ SHELL ["/bin/sh", "-x", "-c"]
4
ENV SERIAL 12
5
6
ENV CFLAGS=-Ofast
7
-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
8
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
9
10
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
0 commit comments