mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-26 11:42:23 +02:00
@@ -7,6 +7,13 @@ LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
||||
ARG REPO_URL=https://repo.or.cz/tinycc.git
|
||||
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
|
||||
RUN git clone --recurse-submodules --remote-submodules ${REPO_URL} \
|
||||
&& cd tinycc \
|
||||
|
Reference in New Issue
Block a user