From: Louis Dionne Date: Tue, 7 Dec 2021 12:30:46 +0000 (-0500) Subject: [libc++] Bump Dockerfile X-Git-Tag: upstream/15.0.7~23786 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7f53ec78fe885987e1928c4603111a5062eec1b;p=platform%2Fupstream%2Fllvm.git [libc++] Bump Dockerfile --- diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile index cffb735..18ede5f 100644 --- a/libcxx/utils/ci/Dockerfile +++ b/libcxx/utils/ci/Dockerfile @@ -37,7 +37,7 @@ ENV DEBIAN_FRONTEND=noninteractive # CI builders to rebuild their copy of the Docker image. This is not a great # solution, however without that, the CI builders will keep the same cached # Docker image forever. -RUN echo 3 +RUN echo 4 RUN apt-get update && apt-get install -y bash curl