RIDE/.devcontainer/Dockerfile
2024-12-31 14:41:07 +13:00

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