Skip to content

Commit 0333ecc

Browse files
committed
ci: Update aarch64-gnu to ubuntu:22.04
1 parent c3c5a5c commit 0333ecc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

3-
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
3+
ARG DEBIAN_FRONTEND=noninteractive
4+
RUN apt-get update && apt-get install -y --no-install-recommends \
45
g++ \
56
make \
67
ninja-build \
@@ -17,9 +18,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1718
xz-utils \
1819
&& rm -rf /var/lib/apt/lists/*
1920

20-
COPY scripts/cmake.sh /scripts/
21-
RUN /scripts/cmake.sh
22-
2321
COPY scripts/sccache.sh /scripts/
2422
RUN sh /scripts/sccache.sh
2523

0 commit comments

Comments
 (0)