Skip to content

Commit

Permalink
Fix a build issue involving Ubuntu Docker containers:
Browse files Browse the repository at this point in the history
The package 'apt-transport-https' needs to be downloaded and installed
in order for the build pipeline to successfully complete builds.
  • Loading branch information
manojsdoshi authored and nbougalis committed Apr 15, 2020
1 parent 858e93c commit ce6b427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Builds/containers/ubuntu-builder/ubuntu_setup.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit ce6b427

Please sign in to comment.