Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-10-24 19:29:02 +02:00
parent e607d1252b
commit 9f3cbd5a17
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apt-get update && \
apt-get -y install \
libelf-dev \
libssl-dev \
libtbb-dev \
&& apt-get clean --yes
ENV CROSS_TRIPLE x86_64-linux-gnu