Skip to content
Snippets Groups Projects
Unverified Commit e5745a6b authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Drop sources.list fixup since Docker images for stretch use stretch

The fixup is no longer needed:

    $ docker run -it debian:stretch-slim /bin/bash
    root@35839f6c2f2c:/# egrep '^deb.*stretch|stable' /etc/apt/sources.list
    deb http://deb.debian.org/debian stretch main
    deb http://security.debian.org/debian-security stretch/updates main
    deb http://deb.debian.org/debian

 stretch-updates main

Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent ed08e016
No related branches found
No related tags found
1 merge request!26Generate the backend image
Pipeline #36280 passed
......@@ -5,10 +5,6 @@ ARG WORKDIR=/tmp/sources
# Skip tests
ARG DEB_BUILD_OPTIONS=nocheck
# Use stretch since it’s not the stable anymore
RUN \
sed -i 's/stable/stretch/g' /etc/apt/sources.list
RUN apt-get update \
&& apt-get install -y apt-transport-https ca-certificates build-essential
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment