We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f90ca commit 7229b5eCopy full SHA for 7229b5e
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:17.10 as BUILD
2
MAINTAINER source{d}
3
4
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 && \
+ apt-get -y install curl git bc make dpkg-dev libssl-dev module-init-tools p7zip-full libelf-dev flex bison && \
6
apt-get autoremove && \
7
apt-get clean
8
0 commit comments