File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
src/ci/docker/host-aarch64 Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ FROM ubuntu:25.10
22
33ARG DEBIAN_FRONTEND=noninteractive
44RUN apt-get update && apt-get install -y --no-install-recommends \
5- # FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6- coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
75 g++ \
86 make \
97 ninja-build \
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ FROM ubuntu:25.10
33ARG DEBIAN_FRONTEND=noninteractive
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
6- # FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
7- coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
86 bzip2 \
97 g++ \
108 make \
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ FROM ubuntu:25.10
22
33ARG DEBIAN_FRONTEND=noninteractive
44RUN apt-get update && apt-get install -y --no-install-recommends \
5- # FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6- coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
75 g++ \
86 make \
97 ninja-build \
You can’t perform that action at this time.
0 commit comments