File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -241,14 +241,15 @@ jobs:
241
241
containerImage : ubuntu:16.04
242
242
Ubuntu1804 : # CMake 3.10.2 + GNU 7.4.0
243
243
containerImage : ubuntu:18.04
244
+ Ubuntu2004 : # CMake 3.16.3 + GNU 9.3.0
245
+ containerImage : ubuntu:20.04
244
246
Debian9 : # CMake 3.7.2 + GNU 6.3.0
245
247
containerImage : debian:stretch
246
248
Debian10 : # CMake 3.13.4 + GNU 8.3.0
247
249
containerImage : debian:buster
248
250
DebianSid : # CMake 3.16.3 + GNU 10.1.0
249
251
containerImage : debian:sid
250
252
251
-
252
253
container :
253
254
image : $[ variables['containerImage'] ]
254
255
# See https://github.com/microsoft/azure-pipelines-agent/issues/2043#issuecomment-500451567
@@ -258,6 +259,7 @@ jobs:
258
259
steps :
259
260
- script : |
260
261
/tmp/docker exec -t -u 0 ci-container \
261
- sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" -y install sudo"
262
+ sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confold' -y install sudo tzdata"
263
+ # Need to install tzdata for Ubuntu 20.04 docker image
262
264
displayName: Set up sudo
263
265
- template : ci/azure-pipelines-linux.yml
You can’t perform that action at this time.
0 commit comments