mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 03:47:35 +00:00
xenial is LTS and it is more stable and popular. Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM ubuntu:xenial
|
|
|
|
RUN apt-get update -qq && apt-get install -qq \
|
|
gcc-multilib
|