remove hetzner apt repository

This commit is contained in:
chandi 2020-04-12 16:11:17 +02:00
parent 2f719b9202
commit 75c49134de
2 changed files with 0 additions and 9 deletions

View File

@ -10,10 +10,6 @@ ENV DEBIAN_FRONTEND noninteractive
ENV container docker
ENV DOCKERIZE_VERSION v0.6.1
# just to speed up development, TODO: remove
COPY sources.list /etc/apt/sources.list
RUN apt-get update && apt-get install -y software-properties-common language-pack-en wget
RUN update-locale LANG=en_US.UTF-8
RUN LC_CTYPE=C.UTF-8 add-apt-repository ppa:rmescandon/yq

View File

@ -1,5 +0,0 @@
# Packages and Updates from the Hetzner Ubuntu Mirror
deb http://mirror.hetzner.de/ubuntu/packages xenial main restricted universe multiverse
deb http://mirror.hetzner.de/ubuntu/packages xenial-updates main restricted universe multiverse
deb http://mirror.hetzner.de/ubuntu/packages xenial-backports main restricted universe multiverse
deb http://mirror.hetzner.de/ubuntu/packages xenial-security main restricted universe multiverse