Update dist-x86_64-musl to Ubuntu 20.04

This commit is contained in:
Nikita Popov 2022-02-16 20:03:40 +01:00
parent f90b06d7fb
commit 8630085ed6

View File

@ -1,6 +1,6 @@
FROM ubuntu:16.04
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
g++ \
make \
ninja-build \