]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/test-various/Dockerfile
Rollup merge of #105310 - compiler-errors:issue-105288, r=eholk
[rust.git] / src / ci / docker / host-x86_64 / test-various / Dockerfile
index 7c09e3a582fd6042c3a90f47c959b718772684ba..cf4451f8b33b64faa99c717e4ccb6f340b6014fb 100644 (file)
@@ -21,7 +21,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
   ovmf \
   qemu-efi-aarch64 \
   qemu-system-arm \
-  qemu-system-x86
+  qemu-system-x86 \
+  && rm -rf /var/lib/apt/lists/*
 
 RUN curl -sL https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz | \
   tar -xJ