Files
Jing ChenandgVisor bot 16b019b78b Upgrade gVisor images to use ubuntu:jammy as the base image.
ubuntu:jammy is 22.04, which is a LTS version.

This is the third wave.

PiperOrigin-RevId: 666528422
2024-08-22 16:15:02 -07:00

8 lines
154 B
Docker

FROM ubuntu:jammy
RUN set -x \
&& apt-get update \
&& apt-get install -y \
sysbench \
&& rm -rf /var/lib/apt/lists/*