From 9fc69759439528df0be88fcc89c0c0213b686b2e Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 18 Jan 2022 17:49:08 -0800 Subject: [PATCH] Revert back to 16.04 dockerfile temporarily The 18.04 dockerfile is missing some required tooling necessary to build the debian images packages. This tooling is installed in the 16.04 dockerfile, but it appears that the same attempts to install this in 18.04 fail. Until this is resolved, avoid using the 18.04 image. https://github.com/dotnet/installer/issues/13079 --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 1727445df837..412a12e2299a 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -231,7 +231,7 @@ stages: _AdditionalBuildParameters: '/p:OSName="linux-musl"' Build_Linux_Portable_Deb_Release_x64: _BuildConfig: Release - _DockerParameter: '--docker ubuntu.18.04' + _DockerParameter: '--docker ubuntu.16.04' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64'