Skip to content

Commit 8630085

Browse files
committed
Update dist-x86_64-musl to Ubuntu 20.04
1 parent f90b06d commit 8630085

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-musl

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:20.04
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends \
3+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
44
g++ \
55
make \
66
ninja-build \

0 commit comments

Comments
 (0)