mirror of
https://github.com/LIV2/RIDE.git
synced 2025-12-06 04:22:43 +00:00
11 lines
186 B
Docker
11 lines
186 B
Docker
FROM stefanreinauer/amiga-gcc:latest
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt -y update && \
|
|
apt -y install sudo vim jq verilator
|
|
|
|
COPY ./verible.sh /verible.sh
|
|
|
|
RUN /verible.sh
|