bugfix: Update sources list to tsinghua.

This commit is contained in:
fumingwei
2024-06-05 14:53:41 +08:00
parent d23ba1aef5
commit 9eb304f9fe

View File

@@ -1,8 +1,7 @@
# Start with Ubuntu 16.04 (LTS), and build badssl.com up from there
FROM ubuntu:16.04
MAINTAINER TSG
RUN sed -i s@/archive.ubuntu.com/@/mirrors.163.com/@g /etc/apt/sources.list \
RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list \
&& apt-get clean \
&& apt-get update \
&& apt-get install -y apt-transport-https \