Skip to content
Snippets Groups Projects
Verified Commit 069f1dc6 authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Rm apt mirrors

parent f61ac09c
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@ ENV TERM linux
# Set some sane defaults for apt inside docker
ENV DEBIAN_FRONTEND=noninteractive
COPY apt.local.conf /etc/apt/apt.conf.d/99local.conf
# use fast(er) local mirrors
COPY ubuntu-$UBUNTU_VERSION.sources.list /etc/apt/sources.list
RUN apt-get update && \
apt-get upgrade && \
rm -rf /var/lib/apt/lists/*
......
ubuntu-archive-16.04.sources.list
\ No newline at end of file
# http://layer0.authentise.com/docker-4-useful-tips-you-may-not-know-about.html
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe
deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe
# http://layer0.authentise.com/docker-4-useful-tips-you-may-not-know-about.html
deb mirror://mirrors.ubuntu.com/mirrors.txt xenial main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt xenial-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt xenial-security main restricted universe multiverse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment