Skip to content

Instantly share code, notes, and snippets.

@TyeolRik
Created October 27, 2020 09:00
Show Gist options
  • Save TyeolRik/a7d41be90cd16c11a9a63d8c0226f241 to your computer and use it in GitHub Desktop.
Save TyeolRik/a7d41be90cd16c11a9a63d8c0226f241 to your computer and use it in GitHub Desktop.
Change Mirror server for Korean in Docker Ubuntu
# example Dockerfile
FROM ubuntu:20.04
RUN cd /etc/apt && \
sed -i 's/archive.ubuntu.com/ftp.kaist.ac.kr/g' sources.list
RUN apt-get update && apt upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment