Skip to content

Commit d34a2b1

Browse files
committed
ci: Update x86_64-gnu-nopt to ubuntu:22.04
1 parent e9e4248 commit d34a2b1

File tree

1 file changed

+3
-5
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-nopt

1 file changed

+3
-5
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu-nopt/Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
# Avoid interactive prompts while installing `tzdata` dependency with `DEBIAN_FRONTEND`.
4-
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4+
ARG DEBIAN_FRONTEND=noninteractive
5+
RUN apt-get update && apt-get install -y --no-install-recommends \
56
g++ \
67
make \
78
ninja-build \
@@ -18,9 +19,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1819
xz-utils \
1920
&& rm -rf /var/lib/apt/lists/*
2021

21-
COPY scripts/cmake.sh /scripts/
22-
RUN /scripts/cmake.sh
23-
2422
COPY scripts/sccache.sh /scripts/
2523
RUN sh /scripts/sccache.sh
2624

0 commit comments

Comments
 (0)