Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
noscene committed Mar 25, 2019
1 parent 216422b commit 59f8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icestorm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Sven Braun <s.braun@mobileonly.com>
#EXPOSE 80 3306
RUN export DEBIAN_FRONTEND="noninteractive" && apt-get update && apt-get -y install build-essential autoconf sudo automake autotools-dev clang bison flex libreadline-dev libtool wget \
patchutils bc libexpat1-dev zlib1g-dev gawk tcl-dev libffi-dev git libmpc-dev libmpfr-dev libgmp-dev gawk texinfo gperf libtool mercurial \
graphviz xdot pkg-config python3 libftdi-dev php-cli curl gcc-arm-none-eabi telnet xxd cmake clang-format libpython3-dev qt5-default libboost-all-dev && \
graphviz xdot pkg-config python3 libeigen3-dev libftdi-dev php-cli curl gcc-arm-none-eabi telnet xxd cmake clang-format libpython3-dev qt5-default libboost-all-dev && \
cd /root && git clone https://github.com/cliffordwolf/icestorm.git icestorm && cd icestorm && make -j$(nproc) && make install && \
cd /root && git clone https://github.com/cseed/arachne-pnr.git arachne-pnr && cd arachne-pnr && make -j$(nproc) && make install && \
cd /root && git clone https://github.com/cliffordwolf/yosys.git yosys && cd yosys && make -j$(nproc) && make install && \
Expand Down

0 comments on commit 59f8ceb

Please sign in to comment.