Skip to content

Commit

Permalink
updated Dockerfile (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang authored Dec 30, 2023
1 parent 70b2b4e commit 1aef9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:23.10

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

# Clang 17+ is required for C++20 modules. GCC is not supported.
RUN echo "hello"
Expand Down

0 comments on commit 1aef9b4

Please sign in to comment.