Skip to content

Commit

Permalink
Fixed issue with alpha branch by installing additional dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevex committed Jun 5, 2018
1 parent 76f90ca commit 590b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:17.10 as BUILD
MAINTAINER source{d}

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

Expand Down

0 comments on commit 590b6b3

Please sign in to comment.