This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
RUN \
|
RUN apt update && \
|
||||||
apt update && \
|
|
||||||
apt install -y autoconf gperf make gcc g++ bison flex && \
|
apt install -y autoconf gperf make gcc g++ bison flex && \
|
||||||
apt clean
|
apt clean
|
||||||
|
|
||||||
@@ -10,8 +9,7 @@ WORKDIR /iverilog
|
|||||||
# RUN git clone --recursive https://github.com/steveicarus/iverilog.git
|
# RUN git clone --recursive https://github.com/steveicarus/iverilog.git
|
||||||
|
|
||||||
# BUILD RELEASED CODE
|
# BUILD RELEASED CODE
|
||||||
RUN \
|
RUN apt update && \
|
||||||
apt update && \
|
|
||||||
apt install -y wget && \
|
apt install -y wget && \
|
||||||
apt clean
|
apt clean
|
||||||
RUN wget https://github.com/steveicarus/iverilog/archive/refs/tags/v12_0.tar.gz && \
|
RUN wget https://github.com/steveicarus/iverilog/archive/refs/tags/v12_0.tar.gz && \
|
||||||
|
Reference in New Issue
Block a user