[libc++] Trigger rebuild of the Docker image so we get a new nightly Clang

This commit is contained in:
Louis Dionne 2021-11-26 12:57:00 -05:00
parent 7e65fc9a60
commit 5c454033dd

View File

@ -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 2
RUN echo 3
RUN apt-get update && apt-get install -y bash curl