Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo authored Oct 25, 2024
1 parent 6ec9e1c commit 7d7d37e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM ubuntu:noble

LABEL org.opencontainers.image.authors="<GITHUB.COM>HYwooo" \
LABEL org.opencontainers.image.authors="HYwooo <GITHUB.COM>" \
org.opencontainers.image.title="bsv-wsl2" \
org.opencontainers.image.description="Docker image for Bluespec SystemVerilog environment on WSL2,compatible with https://github.com/WangXuan95/BSV_Tutorial_cn ." \
org.opencontainers.image.url="https://github.com/HYwooo/Docker-BSV-WSL2" \
org.opencontainers.image.source="https://github.com/HYwooo/Docker-BSV-WSL2" \
org.opencontainers.image.documentation="https://github.com/HYwooo/Docker-BSV-WSL2/blob/master/README.md" \
org.opencontainers.image.version="1.0.1" \
org.opencontainers.image.version="1.0.2" \
org.opencontainers.image.licenses="MIT"

RUN sed -i 's@//.*archive.ubuntu.com@//mirrors.tuna.tsinghua.edu.cn@g' /etc/apt/sources.list.d/ubuntu.sources \
&& apt update -y && apt upgrade -y
&& apt update -y

RUN apt install -y --no-install-recommends ca-certificates g++ wget iverilog tcl-dev gtkwave nano git
RUN apt install -y --no-install-recommends ca-certificates g++ wget iverilog tcl-dev gtkwave git

WORKDIR /opt

Expand Down

0 comments on commit 7d7d37e

Please sign in to comment.