Skip to content

Commit

Permalink
Revert back to 16.04 dockerfile temporarily
Browse files Browse the repository at this point in the history
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.
#13079
  • Loading branch information
mmitche committed Jan 19, 2022
1 parent 562b6a9 commit 9fc6975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9fc6975

Please sign in to comment.