Skip to content

Commit 2a8e0ac

Browse files
committed
clear apt cache to optimize verilog dockerfile
1 parent ba1a79e commit 2a8e0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4-
iverilog
4+
iverilog && rm -rf /var/lib/apt/lists/*
55
66
COPY . /src
77
WORKDIR /src

0 commit comments

Comments
 (0)