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.
1 parent c3c5a5c commit 0333eccCopy full SHA for 0333ecc
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -1,6 +1,7 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
+ARG DEBIAN_FRONTEND=noninteractive
4
+RUN apt-get update && apt-get install -y --no-install-recommends \
5
g++ \
6
make \
7
ninja-build \
@@ -17,9 +18,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
17
18
xz-utils \
19
&& rm -rf /var/lib/apt/lists/*
20
-COPY scripts/cmake.sh /scripts/
21
-RUN /scripts/cmake.sh
22
-
23
COPY scripts/sccache.sh /scripts/
24
RUN sh /scripts/sccache.sh
25
0 commit comments