bugfix: Update sources list to tsinghua.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user