Skip to content

Commit

Permalink
Update Dockerfile to version 1.0.5, optimize APT source configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HYwooo committed Nov 18, 2024
1 parent 08957dd commit 3ae383b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ LABEL org.opencontainers.image.authors="<GITHUB.COM>HYwooo" \
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.4" \
org.opencontainers.image.version="1.0.5" \
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 --fix-missing
&& apt update -y --fix-missing &&apt install -y --no-install-recommends ca-certificates && sed -i 's/http:/https:/g' /etc/apt/sources.list.d/ubuntu.sources

RUN apt install -y --no-install-recommends ca-certificates g++ wget iverilog tcl-dev gtkwave git language-pack-en-base
RUN apt install -y --no-install-recommends g++ wget iverilog tcl-dev gtkwave git

WORKDIR /opt

Expand Down

0 comments on commit 3ae383b

Please sign in to comment.