We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9725c4b + d21780b commit 011bc12Copy full SHA for 011bc12
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -2,6 +2,7 @@ FROM ubuntu:25.10
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
+ coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
6
g++ \
7
make \
8
ninja-build \
0 commit comments