Skip to content

Commit 7229b5e

Browse files
committed
Fixed issue with alpha branch by installing additional dependency.
Signed-off-by: Niklas Voss <niklas.voss@gmail.com>
1 parent 76f90ca commit 7229b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:17.10 as BUILD
22
MAINTAINER source{d}
33

44
RUN apt-get -y update && \
5-
apt-get -y install curl git bc make dpkg-dev libssl-dev module-init-tools p7zip-full libelf-dev && \
5+
apt-get -y install curl git bc make dpkg-dev libssl-dev module-init-tools p7zip-full libelf-dev flex bison && \
66
apt-get autoremove && \
77
apt-get clean
88

0 commit comments

Comments
 (0)