linux-x64: install libelf-dev

This commit is contained in:
Brandon Ros 2020-05-31 23:42:51 -04:00 committed by GitHub
parent 99cf8c38f4
commit 658fbfa987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
FROM dockcross/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
RUN apt-get update && apt-get -y install \
libelf-dev
ENV CROSS_TRIPLE x86_64-linux-gnu
ENV CROSS_ROOT /usr/bin
ENV AS=/usr/bin/${CROSS_TRIPLE}-as \