Skip to content
Snippets Groups Projects
Commit ae4478e6 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] add libc-dev-i386 for vitis_hls

parent ceec0017
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential
RUN apt-get install -y libc6-dev-i386
RUN apt-get install -y libglib2.0-0
RUN apt-get install -y libsm6
RUN apt-get install -y libxext6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment