Skip to content
Snippets Groups Projects
Commit 17157cbf authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Merge branch 'feature/apt-https' into 'master'

Install apt-transport-https

See merge request !4
parents 0ac0d080 048a0db2
No related branches found
No related tags found
1 merge request!4Install apt-transport-https
Pipeline #24106 failed
......@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \
sudo wget curl tar expect git \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
......
......@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \
sudo wget curl tar expect git \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
......
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