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 99b70d6 commit f4ca01fCopy full SHA for f4ca01f
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 && \
+ apt-get -y install curl git bc make dpkg-dev libssl-dev module-init-tools p7zip-full libelf-dev && \
6
apt-get autoremove && \
7
apt-get clean
8
0 commit comments