We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137de93 commit e9e4248Copy full SHA for e9e4248
src/ci/docker/host-x86_64/x86_64-gnu-debug/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 \
@@ -26,9 +26,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
26
clang \
27
&& rm -rf /var/lib/apt/lists/*
28
29
-COPY scripts/cmake.sh /scripts/
30
-RUN /scripts/cmake.sh
31
-
32
COPY scripts/sccache.sh /scripts/
33
RUN sh /scripts/sccache.sh
34
0 commit comments