summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-08-21 18:14:57 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-08-21 18:14:57 +0900
commit4b29261ba1ace2719e59596bfdbc275333c45610 (patch)
tree206999f054e006205b5e12ace6b1ac6813028b02 /ci
parent01fb19e1c38e2e7f41f738f7e6b4fb1b0a50a69c (diff)
downloadrust-libc-4b29261ba1ace2719e59596bfdbc275333c45610.tar.gz
Clarify the use of external Docker image
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/switch/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/docker/switch/Dockerfile b/ci/docker/switch/Dockerfile
index 4118969d0c..00d3f14144 100644
--- a/ci/docker/switch/Dockerfile
+++ b/ci/docker/switch/Dockerfile
@@ -1,3 +1,6 @@
+# NOTE: the pacman that we use for this target doesn't support
+# to use it on CI and we should pull it from another Docker image.
+
FROM huyuumi/libc-switch:latest
RUN apt-get update && apt-get install -y --no-install-recommends \