2020-02-09 11:18:42 -06:00
|
|
|
|
2020-03-19 12:18:35 -05:00
|
|
|
FROM debian10.system
|
2020-02-09 11:18:42 -06:00
|
|
|
|
|
|
|
COPY root/socInstaller.py /root/socInstaller.py
|
2020-02-19 17:45:52 -06:00
|
|
|
RUN mkdir -p coriolis-2.x/src \
|
|
|
|
&& git clone https://github.com/m-labs/nmigen.git \
|
|
|
|
&& cd nmigen \
|
|
|
|
&& python3 setup.py develop \
|
2020-04-08 04:24:42 -05:00
|
|
|
&& /root/socInstaller.py --docker --profile=Debian10 --do-yosys --do-alliance --do-coriolis
|
2020-02-09 11:18:42 -06:00
|
|
|
|