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

[Docker] install g++-multilib for vitis_hls

parent b65331be
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ WORKDIR /workspace
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev
RUN apt-get install -y verilator zsh nano
RUN apt-get install -y verilator zsh nano g++-multilib
RUN apt-get install -y sshpass wget unzip
RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
......
......@@ -39,7 +39,7 @@ WORKDIR /workspace
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev
RUN apt-get install -y verilator nano zsh rsync
RUN apt-get install -y verilator nano zsh rsync g++-multilib
RUN apt-get -y install sshpass wget unzip
RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
......
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