Skip to content
Snippets Groups Projects
Verified Commit a3a28228 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Use local Debian repository first.

parent 0f66330a
No related branches found
No related tags found
2 merge requests!71Release 0.9,!69Using local debian repo: Speed up the image building.
Pipeline #28702 canceled
FROM debian:latest
# Use local package repository
COPY sources.list.local /etc/apt/
RUN mv /etc/apt/sources.list /etc/apt/sources.list.orig
RUN cat /etc/apt/sources.list.local /etc/apt/sources.list.orig > /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y \
pylint3 python3-pip tox git \
......
# Local repositories at Netcup
deb http://debian.netcup.net/debian/ buster main
deb http://mirrors.n-ix.net/debian-security buster/updates main
deb http://debian.netcup.net/debian/ buster-updates main
# The original content follows here:
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment