Fix a build issue involving Ubuntu Docker containers:

The package 'apt-transport-https' needs to be downloaded and installed
in order for the build pipeline to successfully complete builds.
This commit is contained in:
manojsdoshi
2020-04-13 17:59:38 -07:00
committed by Nik Bougalis
parent 858e93c7f8
commit ce6b427202

View File

@@ -42,7 +42,8 @@ apt-get -y --fix-missing install \
java-common javacc \
dpkg-dev debhelper devscripts fakeroot \
debmake git-buildpackage dh-make gitpkg debsums gnupg \
dh-buildinfo dh-make dh-systemd
dh-buildinfo dh-make dh-systemd \
apt-transport-https
apt-get -y install gcc-7 g++-7
update-alternatives --install \