We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba1a79e + 2a8e0ac commit 0a1fb79Copy full SHA for 0a1fb79
1 file changed
Dockerfile.v
@@ -1,7 +1,7 @@
1
FROM ubuntu:20.04
2
3
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
- iverilog
+ iverilog && rm -rf /var/lib/apt/lists/*
5
6
COPY . /src
7
WORKDIR /src
0 commit comments