mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +01:00
Add tbb
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
e607d1252b
commit
9f3cbd5a17
@ -7,6 +7,13 @@ LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
|||||||
ARG REPO_URL=https://repo.or.cz/tinycc.git
|
ARG REPO_URL=https://repo.or.cz/tinycc.git
|
||||||
ENV REPO_URL=${REPO_URL}
|
ENV REPO_URL=${REPO_URL}
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get -y install \
|
||||||
|
libelf-dev \
|
||||||
|
libssl-dev \
|
||||||
|
libtbb-dev \
|
||||||
|
&& apt-get clean --yes
|
||||||
|
|
||||||
# Disable options: --with-libgcc --disable-static
|
# Disable options: --with-libgcc --disable-static
|
||||||
RUN git clone --recurse-submodules --remote-submodules ${REPO_URL} \
|
RUN git clone --recurse-submodules --remote-submodules ${REPO_URL} \
|
||||||
&& cd tinycc \
|
&& cd tinycc \
|
||||||
|
@ -6,6 +6,7 @@ RUN apt-get update && \
|
|||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libtbb-dev \
|
||||||
&& apt-get clean --yes
|
&& apt-get clean --yes
|
||||||
|
|
||||||
ENV CROSS_TRIPLE x86_64-linux-gnu
|
ENV CROSS_TRIPLE x86_64-linux-gnu
|
||||||
|
@ -7,6 +7,7 @@ RUN dpkg --add-architecture i386 && \
|
|||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
g++-multilib \
|
g++-multilib \
|
||||||
libc6:i386 \
|
libc6:i386 \
|
||||||
|
libtbb-dev:i386 \
|
||||||
libstdc++6:i386 \
|
libstdc++6:i386 \
|
||||||
libbz2-dev:i386 \
|
libbz2-dev:i386 \
|
||||||
libexpat1-dev:i386 \
|
libexpat1-dev:i386 \
|
||||||
|
Loading…
Reference in New Issue
Block a user