Skip to content

Commit d832d07

Browse files
committed
Install flex and bison
1 parent 0411e2f commit d832d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL ["/bin/sh", "-x", "-c"]
44
ENV SERIAL 12
55

66
ENV CFLAGS=-Ofast
7-
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev byacc
7+
ENV BUILD_DEPS curl make build-essential git libevent-dev libexpat1-dev autoconf file libssl-dev flex bison
88
ENV RUNTIME_DEPS bash util-linux coreutils findutils grep libssl3 ldnsutils libevent-2.1 expat ca-certificates runit runit-helper jed
99

1010
RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \

0 commit comments

Comments
 (0)