Skip to content
Snippets Groups Projects
Commit 785e46a9 authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

packaging: fix deb 8 being built on deb 9

Dockerfile must ask for 'jessie', otherwise it downloads
'stretch' even though 8 is jessie and 9 is stretch.

Issue: #81456
Change-Id: I2ee41b85de8a2a1e76a89c29602a4f94500729c4
parent a1e55088
No related branches found
No related tags found
No related merge requests found
FROM debian:8
FROM debian:jessie
RUN apt-get update && ( apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y )
RUN apt-get install -y devscripts debianutils debhelper build-essential tar \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment