[Docs] fix spelling

This commit is contained in:
Josh Soref
2018-03-06 04:38:01 +00:00
committed by Jordan Harband
parent d6fa67166c
commit 2859a19bbd
7 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ ENV UBUNTU_APT_SITE ubuntu.cs.utah.edu
# Disable src package source
RUN sed -i 's/^deb-src\ /\#deb-src\ /g' /etc/apt/sources.list
# Replace origin apt pacakge site with the mirror site
# Replace origin apt package site with the mirror site
RUN sed -E -i "s/([a-z]+.)?archive.ubuntu.com/$UBUNTU_APT_SITE/g" /etc/apt/sources.list
RUN sed -i "s/security.ubuntu.com/$UBUNTU_APT_SITE/g" /etc/apt/sources.list