We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90b06d commit 8630085Copy full SHA for 8630085
src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM ubuntu:16.04
+FROM ubuntu:20.04
2
3
-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 \
4
g++ \
5
make \
6
ninja-build \
0 commit comments