mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-03 12:39:16 +02:00
linux-x64: install libelf-dev
This commit is contained in:
parent
99cf8c38f4
commit
658fbfa987
@ -1,6 +1,9 @@
|
|||||||
FROM dockcross/base:latest
|
FROM dockcross/base:latest
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
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_TRIPLE x86_64-linux-gnu
|
||||||
ENV CROSS_ROOT /usr/bin
|
ENV CROSS_ROOT /usr/bin
|
||||||
ENV AS=/usr/bin/${CROSS_TRIPLE}-as \
|
ENV AS=/usr/bin/${CROSS_TRIPLE}-as \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user