From a5223845ff9107390e18fba86363905584d37cae Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 28 Aug 2025 22:15:48 -0600 Subject: [PATCH] formatting --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab94669..35f51ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM ubuntu:22.04 -RUN \ - apt update && \ +RUN apt update && \ apt install -y autoconf gperf make gcc g++ bison flex && \ apt clean @@ -10,8 +9,7 @@ WORKDIR /iverilog # RUN git clone --recursive https://github.com/steveicarus/iverilog.git # BUILD RELEASED CODE -RUN \ - apt update && \ +RUN apt update && \ apt install -y wget && \ apt clean RUN wget https://github.com/steveicarus/iverilog/archive/refs/tags/v12_0.tar.gz && \