We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34a2b1 commit 3585562Copy full SHA for 3585562
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -19,9 +19,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
mingw-w64 \
20
&& rm -rf /var/lib/apt/lists/*
21
22
-COPY scripts/cmake.sh /scripts/
23
-RUN /scripts/cmake.sh
24
-
25
COPY scripts/sccache.sh /scripts/
26
RUN sh /scripts/sccache.sh
27
0 commit comments