mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
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:
committed by
Nik Bougalis
parent
858e93c7f8
commit
ce6b427202
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user