[cifuzz] Install docker for focal. (#6339)

This commit is contained in:
jonathanmetzman 2021-08-30 06:49:43 -07:00 committed by GitHub
parent a98ad2844e
commit 5576d3bd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-runner
RUN apt-get update && \
apt-get install systemd -y && \
wget https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce-cli_20.10.5~3-0~ubuntu-xenial_amd64.deb -O /tmp/docker-ce.deb && \
wget https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/amd64/docker-ce-cli_20.10.8~3-0~ubuntu-focal_amd64.deb -O /tmp/docker-ce.deb && \
dpkg -i /tmp/docker-ce.deb && rm /tmp/docker-ce.deb
# Install newer Python from base-builder.