mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-24 10:38:06 +00:00
xenial is LTS and it is more stable and popular. Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
4 lines
97 B
Text
4 lines
97 B
Text
FROM ubuntu:xenial
|
|
|
|
RUN apt-get update -qq && apt-get install -qq \
|
|
gcc-multilib
|